Skip to content

Commit 08a21c6

Browse files
committed
Reformatted pre pre-commit
1 parent 1f45f5b commit 08a21c6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

adafruit_requests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def cast(_t, value):
4747
"""No-op shim for the typing.cast() function which is not available in CircuitPython."""
4848
return value
4949

50+
5051
else:
5152
from ssl import SSLContext
5253
from types import ModuleType, TracebackType

examples/requests_multiple_cookies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
raise
2222

2323
# Connect to the Wi-Fi network
24-
print("Connecting to %s"%secrets["ssid"])
24+
print("Connecting to %s" % secrets["ssid"])
2525
wifi.radio.connect(secrets["ssid"], secrets["password"])
2626

2727
# Set up the requests library

0 commit comments

Comments
 (0)