We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6a322 commit a149662Copy full SHA for a149662
fortls/parsers/internal/parser.py
@@ -11,7 +11,7 @@
11
try:
12
from typing import Iterable, Literal
13
except ImportError:
14
- from typing_extensions import Literal, Iterable
+ from typing_extensions import Iterable, Literal
15
16
from re import Match, Pattern
17
0 commit comments