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.
1 parent a963f53 commit 4150838Copy full SHA for 4150838
adafruit_requests.py
@@ -50,7 +50,7 @@ def cast(_t, value):
50
else:
51
from ssl import SSLContext
52
from types import ModuleType, TracebackType
53
- from typing import Any, Dict, List, Optional, Tuple, Type, Union, cast
+ from typing import Any, Dict, Optional, Tuple, Type, Union, cast
54
55
try:
56
from typing import Protocol
0 commit comments