Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jun 22, 2023
1 parent 1a8fd35 commit baad771
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 @@ -49,7 +49,7 @@
from spinnman.messages.scp.impl.get_chip_info import GetChipInfo
from spinnman.messages.spinnaker_boot import (
SystemVariableDefinition, SpinnakerBootMessages)
from spinnman.messages.scp.enums import Signal, PowerCommand
from spinnman.messages.scp.enums import PowerCommand
from spinnman.messages.scp.abstract_messages import AbstractSCPRequest
from spinnman.messages.scp.impl import (
BMPSetLed, BMPGetVersion, SetPower, ReadADC, ReadFPGARegister,
Expand Down

0 comments on commit baad771

Please sign in to comment.