Skip to content

Commit d672c7a

Browse files
committed
fix misc formatting
1 parent c6b60d9 commit d672c7a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

examples/requests_https_circuitpython.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
# adafruit_requests usage with a CircuitPython socket
55
# this has been tested with Adafruit Metro ESP32-S2 Express
66

7-
import socketpool
87
import ssl
9-
import adafruit_requests as requests
108
import wifi
11-
import secrets
9+
import socketpool
10+
11+
import adafruit_requests as requests
12+
1213

1314
# Get wifi details and more from a secrets.py file
1415
try:
@@ -61,4 +62,4 @@
6162
json_resp = response.json()
6263
# Parse out the 'json' key from json_resp dict.
6364
print("JSON Data received from server:", json_resp["json"])
64-
print("-" * 40)
65+
print("-" * 40)

0 commit comments

Comments
 (0)