Skip to content

Commit d30c0f9

Browse files
committed
remove unused Type
1 parent c3a080b commit d30c0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_minimqtt/adafruit_minimqtt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from random import randint
3434

3535
try:
36-
from typing import List, Tuple, Type, Union
36+
from typing import List, Tuple, Union
3737
except ImportError:
3838
pass
3939

0 commit comments

Comments
 (0)