Skip to content

Commit 706f28b

Browse files
authored
Prevent unnecessary import
1 parent fa931c0 commit 706f28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_espatcontrol/adafruit_espatcontrol_socket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
from micropython import const
77

88
try:
9-
from .adafruit_espatcontrol import ESP_ATcontrol
109
from typing import Optional, Tuple, List
10+
from .adafruit_espatcontrol import ESP_ATcontrol
1111
except ImportError:
1212
pass
1313

0 commit comments

Comments
 (0)