Skip to content

Commit 02b5f85

Browse files
committed
ok sometimes pylint is very helpful
rearranged imports to make pylint happy
1 parent b642f14 commit 02b5f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/requests_api_openskynetwork_private.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
import json
1010
import wifi
1111
import socketpool
12-
import adafruit_requests
1312
import circuitpython_base64 as base64
13+
import adafruit_requests
1414

1515
# OpenSky-Network.org Login required for this API
1616
# REST API: https://openskynetwork.github.io/opensky-api/rest.html

0 commit comments

Comments
 (0)