Skip to content

Commit a149662

Browse files
committed
chore: fix import order
1 parent 5a6a322 commit a149662

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)