Skip to content

Commit

Permalink
chore: fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed May 15, 2024
1 parent 5a6a322 commit a149662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortls/parsers/internal/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
try:
from typing import Iterable, Literal
except ImportError:
from typing_extensions import Literal, Iterable
from typing_extensions import Iterable, Literal

from re import Match, Pattern

Expand Down

0 comments on commit a149662

Please sign in to comment.