Skip to content

Commit 29ab6b1

Browse files
authored
Merge branch 'master' into clone_connectors
2 parents eb86499 + 50f53c0 commit 29ab6b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spynnaker/pyNN/external_devices_models/push_bot/ethernet/push_bot_wifi_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
logger = FormatAdapter(logging.getLogger(__name__))
3131
# A set of connections that have already been made
32-
_existing_connections = dict()
32+
_existing_connections: dict[tuple[str, int], "PushBotWIFIConnection"] = dict()
3333

3434

3535
def get_pushbot_wifi_connection(

0 commit comments

Comments
 (0)