Skip to content

Commit c11f491

Browse files
committed
isnt the point of isort to fix import sorting?
1 parent ef79fed commit c11f491

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/wifi/expanded/requests_wifi_api_rocketlaunch_live.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55

66
import os
77
import time
8+
89
import adafruit_connection_manager
9-
import adafruit_requests
1010
import wifi
1111

12+
import adafruit_requests
13+
1214
# Time between API refreshes
1315
# 900 = 15 mins, 1800 = 30 mins, 3600 = 1 hour
1416
sleep_time = 43200

0 commit comments

Comments
 (0)