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 121e968 commit 1ad2bebCopy full SHA for 1ad2beb
mypy/fastparse.py
@@ -4,7 +4,7 @@
4
import sys
5
import warnings
6
from collections.abc import Sequence
7
-from typing import Any, Callable, Final, Literal, TypeVar, Union, cast, overload
+from typing import Any, Callable, Final, Literal, TypeVar, cast, overload
8
9
from mypy import defaults, errorcodes as codes, message_registry
10
from mypy.errors import Errors
0 commit comments