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 c3a080b commit d30c0f9Copy full SHA for d30c0f9
adafruit_minimqtt/adafruit_minimqtt.py
@@ -33,7 +33,7 @@
33
from random import randint
34
35
try:
36
- from typing import List, Tuple, Type, Union
+ from typing import List, Tuple, Union
37
except ImportError:
38
pass
39
0 commit comments