Skip to content

Commit 4f76bb1

Browse files
committed
apply isort
1 parent efe37e0 commit 4f76bb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 Dict, Any
15+
from typing import Any, Dict
1616
except ImportError:
1717
pass
1818

0 commit comments

Comments
 (0)