Skip to content

Commit 7c6b995

Browse files
authored
Move import after typing import
1 parent 706f28b commit 7c6b995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_espatcontrol/adafruit_espatcontrol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
from digitalio import Direction, DigitalInOut
3838

3939
try:
40-
import busio
4140
from typing import Optional, Dict, Union, List
41+
import busio
4242
except ImportError:
4343
pass
4444

0 commit comments

Comments
 (0)