Skip to content

Commit 3460d10

Browse files
Update for_helpers.py
1 parent 9ef6975 commit 3460d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/irbuild/for_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from __future__ import annotations
99

10-
from typing import Callable, ClassVar
10+
from typing import Any, Callable, ClassVar, Type
1111

1212
from mypy.nodes import (
1313
ARG_POS,

0 commit comments

Comments
 (0)