Skip to content

Commit

Permalink
Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Oct 11, 2024
1 parent 404283b commit b7dc420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spynnaker/pyNN/models/neuron/abstract_population_vertex.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def __init__(
pynn_model: AbstractPyNNNeuronModel, drop_late_spikes: bool,
splitter: Optional[SplitterAbstractPopulationVertex],
seed: Optional[int], n_colour_bits: Optional[int],
extra_partitions: Optional[List[str]]=None):
extra_partitions: Optional[List[str]] = None):
"""
:param int n_neurons: The number of neurons in the population
:param str label: The label on the population
Expand Down

0 comments on commit b7dc420

Please sign in to comment.