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 35b0dfc commit 6a25595Copy full SHA for 6a25595
mypyc/irbuild/constant_fold.py
@@ -10,7 +10,7 @@
10
11
from __future__ import annotations
12
13
-from typing import TYPE_CHECKING, Final, Union
+from typing import TYPE_CHECKING, Callable, Final, Union
14
15
from mypy.constant_fold import constant_fold_binary_op, constant_fold_unary_op
16
from mypy.nodes import (
0 commit comments