Skip to content

Commit 6ec21ae

Browse files
committed
remove # pylint: disable=protected-access
1 parent 2879734 commit 6ec21ae

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

spynnaker/pyNN/external_devices_models/push_bot/abstract_push_bot_output_device.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def __init__(
2828
self, value: int, protocol_property: property, min_value: int,
2929
max_value: Decimal, time_between_send: int,
3030
send_type: SendType = SendType.SEND_TYPE_INT):
31-
# pylint: disable=protected-access
3231
self._value_ = value
3332
self._protocol_property = protocol_property
3433
self._min_value = min_value

0 commit comments

Comments
 (0)