Skip to content

Commit 878f62e

Browse files
committed
remeve # pylint: disable=invalid-name
1 parent 316bc6e commit 878f62e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

spynnaker/pyNN/external_devices/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ def EthernetSensorPopulation(
278278
device: AbstractEthernetSensor, local_host: Optional[str] = None,
279279
database_notify_port_num: Optional[int] = None,
280280
database_ack_port_num: Optional[int] = None) -> Population:
281-
# pylint: disable=invalid-name
282281
"""
283282
Create a pyNN population which can be included in a network to
284283
receive spikes from a device connected to the host.
@@ -332,7 +331,6 @@ def SpikeInjector(
332331
notify: bool = True, database_notify_host: Optional[str] = None,
333332
database_notify_port_num: Optional[int] = None,
334333
database_ack_port_num: Optional[int] = None) -> AbstractPyNNModel:
335-
# pylint: disable=invalid-name
336334
"""
337335
Supports creating a spike injector that can be added to the
338336
application graph.

0 commit comments

Comments
 (0)