Skip to content

Commit e034902

Browse files
committed
# type: ignore[has-type]
1 parent f629c6d commit e034902

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spynnaker/pyNN/models/neuron/abstract_pynn_neuron_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def __init__(self, model: AbstractNeuronImpl):
106106
def _model(self) -> AbstractNeuronImpl:
107107
return self.__model
108108

109-
@overrides(AbstractPyNNModel.create_vertex)
109+
@overrides(AbstractPyNNModel.create_vertex) # type: ignore[has-type]
110110
def create_vertex(
111111
self, n_neurons: int, label: str, *,
112112
spikes_per_second: Optional[float] = None,

0 commit comments

Comments
 (0)