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 1668d8a commit a46630dCopy full SHA for a46630d
mypyc/irbuild/expression.py
@@ -8,6 +8,7 @@
8
9
import math
10
from collections.abc import Sequence
11
+from functools import partial
12
from typing import Callable
13
14
from mypy.nodes import (
0 commit comments