Skip to content

Commit da4fa7d

Browse files
committed
# type: ignore[method-assign] # noqa: E501
1 parent 49b8e2e commit da4fa7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spynnaker_integration_tests/test_ignores/test_ignores.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def test_with_actual_ip_address(self):
101101

102102
if __name__ == '__main__':
103103
# Hack in to set the ignores with used IP address
104-
GetMachineProcess._receive_chip_info = hacked_receive_chip_info
104+
GetMachineProcess._receive_chip_info = hacked_receive_chip_info # type: ignore[method-assign] # noqa: E501
105105

106106
sim.setup(timestep=1.0, n_boards_required=6)
107107
machine = sim.get_machine()

0 commit comments

Comments
 (0)