Skip to content

Commit 316bc6e

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

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

spynnaker/pyNN/external_devices/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ def EthernetControlPopulation(
206206
local_host: Optional[str] = None, local_port: Optional[int] = None,
207207
database_notify_port_num: Optional[int] = None,
208208
database_ack_port_num: Optional[int] = None) -> Population:
209-
# pylint: disable=invalid-name
210209
"""
211210
Create a PyNN population that can be included in a network to
212211
control an external device which is connected to the host.

0 commit comments

Comments
 (0)