From 1de824539cf9b6f17e9512d899b73b094c0bef90 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Tue, 12 Sep 2023 10:19:40 +0100 Subject: [PATCH] fix type --- spinnman/transceiver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spinnman/transceiver.py b/spinnman/transceiver.py index 6e9726500..8dff62113 100644 --- a/spinnman/transceiver.py +++ b/spinnman/transceiver.py @@ -433,7 +433,7 @@ def send_sdp_message( else: connection.send_sdp_message(message) - def __add_scamp_connection(self, conn: SDPConnection): + def __add_scamp_connection(self, conn: SCAMPConnection): """ Stores the scamp connection making a connection to chip 0, 0 is first.