Skip to content

Commit

Permalink
Fix import order in thorlabs_fw102c_dll.py
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sevin committed Apr 16, 2024
1 parent ade3963 commit e1f2341
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import time
from catkit2.testbed.service import Service

try:
Expand All @@ -11,7 +12,6 @@
FWxCSetSpeedMode,
FWxCSetSensorMode
)
import time
except OSError as ex:
print("Warning:", ex)

Expand Down

0 comments on commit e1f2341

Please sign in to comment.