Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Sep 12, 2023
1 parent cea53a2 commit 1de8245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinnman/transceiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1de8245

Please sign in to comment.