Skip to content

Commit a46630d

Browse files
committed
fix missing import
1 parent 1668d8a commit a46630d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypyc/irbuild/expression.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
import math
1010
from collections.abc import Sequence
11+
from functools import partial
1112
from typing import Callable
1213

1314
from mypy.nodes import (

0 commit comments

Comments
 (0)