Skip to content

Commit fa931c0

Browse files
authored
Swap import order
Should prevent an unnecessary import this way!
1 parent 62a3902 commit fa931c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_espatcontrol/adafruit_espatcontrol_wifimanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
import adafruit_espatcontrol.adafruit_espatcontrol_socket as socket
1818

1919
try:
20-
from adafruit_espatcontrol.adafruit_espatcontrol import ESP_ATcontrol
2120
from typing import Dict, Protocol, Any, Optional, Union, Tuple
21+
from adafruit_espatcontrol.adafruit_espatcontrol import ESP_ATcontrol
2222

2323
class Pixel(Protocol):
2424
"""

0 commit comments

Comments
 (0)