We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 947bf5c + 7feb62e commit d127a50Copy full SHA for d127a50
adafruit_requests.py
@@ -47,6 +47,7 @@ def cast(_t, value):
47
"""No-op shim for the typing.cast() function which is not available in CircuitPython."""
48
return value
49
50
+
51
else:
52
from ssl import SSLContext
53
from types import ModuleType, TracebackType
0 commit comments