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 9ef6975 commit 3460d10Copy full SHA for 3460d10
mypyc/irbuild/for_helpers.py
@@ -7,7 +7,7 @@
7
8
from __future__ import annotations
9
10
-from typing import Callable, ClassVar
+from typing import Any, Callable, ClassVar, Type
11
12
from mypy.nodes import (
13
ARG_POS,
0 commit comments