Skip to content

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
kingofpayne committed Feb 1, 2024
1 parent f0bf13d commit 16b6f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/scaffold/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from time import sleep
import serial.tools.list_ports
from typing import Optional, Union
from .bus import ScaffoldBus, Register, TimeoutError
from .bus import ScaffoldBus, Register


class Signal:
Expand Down

0 comments on commit 16b6f78

Please sign in to comment.