Skip to content

Commit 168b1f5

Browse files
committed
CONSTANT_NAME
1 parent 1228101 commit 168b1f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spynnaker/spynnaker_plotting.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
except ImportError:
3838
_matplotlib_missing = True
3939

40-
TA_Data: Final['TypeAlias'] = Union[
40+
TA_DATA: Final['TypeAlias'] = Union[
4141
List[SpikeTrain], SpikeTrainList, AnalogSignal, NDArray, Block, Segment]
4242

4343

@@ -255,7 +255,7 @@ class SpynnakerPanel(object):
255255
Whole Segments can be passed in only if they only contain one type of data.
256256
"""
257257

258-
def __init__(self, *data: TA_Data, **options: Any):
258+
def __init__(self, *data: TA_DATA, **options: Any):
259259
"""
260260
:param data: One or more data series to be plotted.
261261
:type data: list(~neo.core.SpikeTrain) or ~neo.core.AnalogSignal

0 commit comments

Comments
 (0)