Skip to content

Commit 7bc2ed9

Browse files
committed
chore: fix import order
1 parent fe1ec6b commit 7bc2ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fortls/parsers/internal/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
try:
1212
from typing import Iterable, Literal
1313
except ImportError:
14-
from typing_extensions import Literal, Iterable
14+
from typing_extensions import Iterable, Literal
1515

1616
from re import Match, Pattern
1717

0 commit comments

Comments
 (0)