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 f22d8ac commit b95facdCopy full SHA for b95facd
mypyc/irbuild/ll_builder.py
@@ -8,7 +8,7 @@
8
9
import sys
10
from collections.abc import Sequence
11
-from typing import Callable, Final, Optional
+from typing import Callable, Final, Optional, cast
12
from typing_extensions import TypeGuard
13
14
from mypy.argmap import map_actuals_to_formals
0 commit comments