Skip to content

Commit 1ea551c

Browse files
committed
apply isort
1 parent 20965e3 commit 1ea551c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_minimqtt/matcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"""
1313

1414
try:
15-
from typing import Any, Dict, Callable, Iterator
15+
from typing import Any, Callable, Dict, Iterator
1616
except ImportError:
1717
pass
1818

0 commit comments

Comments
 (0)