Skip to content

Commit 4260b1d

Browse files
committed
typing import first
1 parent e579106 commit 4260b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_monsterm4sk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
import adafruit_lis3dh
4141

4242
try:
43-
from busio import I2C
4443
from typing import Optional, Dict, Union
44+
from busio import I2C
4545
except ImportError:
4646
pass
4747

0 commit comments

Comments
 (0)