Skip to content

Commit 6a25595

Browse files
Update constant_fold.py
1 parent 35b0dfc commit 6a25595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/irbuild/constant_fold.py

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

1111
from __future__ import annotations
1212

13-
from typing import TYPE_CHECKING, Final, Union
13+
from typing import TYPE_CHECKING, Callable, Final, Union
1414

1515
from mypy.constant_fold import constant_fold_binary_op, constant_fold_unary_op
1616
from mypy.nodes import (

0 commit comments

Comments
 (0)