Skip to content

Commit 9c14ca4

Browse files
authored
black formatting
1 parent 5d66cce commit 9c14ca4

28 files changed

+30
-21
lines changed

neo/core/imagesequence.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
the old object.
1818
"""
1919

20-
2120
import quantities as pq
2221
import numpy as np
2322

neo/core/spiketrain.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
import quantities as pq
2525
from neo.core.baseneo import BaseNeo, MergeError, merge_annotations
2626
from neo.core.dataobject import DataObject, ArrayDict
27+
2728
# need this to avoid circular import issue
2829
import neo
2930

neo/io/axonio.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from neo.core import Segment, AnalogSignal
66

77

8-
98
class AxonIO(AxonRawIO, BaseFromRaw):
109
"""
1110
Class for reading data from pCLAMP and AxoScope

neo/io/blkio.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
from neo.core import ImageSequence, Segment, Block
99

1010

11-
12-
13-
1411
class BlkIO(BaseIO):
1512
"""
1613
Neo IO module for optical imaging data stored as BLK file

neo/io/brainwaredamio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535

3636
# needed core neo modules
3737
from neo.core import AnalogSignal, Block, Group, Segment
38+
3839
# need to subclass BaseIO
3940
from neo.io.baseio import BaseIO
4041

neo/io/brainwaref32io.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
# needed core neo modules
3535
from neo.core import Block, Group, Segment, SpikeTrain, NeoReadWriteError
36+
3637
# need to subclass BaseIO
3738
from neo.io.baseio import BaseIO
3839

neo/io/brainwaresrcio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747

4848
# needed core neo modules
4949
from neo.core import Block, Event, Group, Segment, SpikeTrain
50+
5051
# need to subclass BaseIO
5152
from neo.io.baseio import BaseIO
5253

neo/io/elphyio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585

8686
# I need to subclass BaseIO
8787
from neo.io.baseio import BaseIO
88+
8889
# to import from core
8990
from neo.core import Block, Segment, AnalogSignal, Event, SpikeTrain, NeoReadWriteError
9091

neo/io/tools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
SPikeTrains
55
"""
66

7-
87
from collections.abc import MutableSequence
98

109
from neo.core import (

neo/rawio/axonrawio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
)
6262
from neo.core import NeoReadWriteError
6363

64+
6465
class AxonRawIO(BaseRawIO):
6566
"""
6667
Class for Class for reading data from pCLAMP and AxoScope files (.abf version 1 and 2)

0 commit comments

Comments
 (0)