Skip to content

Commit f2e3ad7

Browse files
committed
TypedCallTarget is a part of native_compiler.
1 parent ddfa738 commit f2e3ad7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

typed_python/compiler/python_to_native_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
PythonTypedFunctionWrapper, CannotBeDetermined, NoReturnTypeSpecified
3333
)
3434
from typed_python.compiler.function_dependency_graph import FunctionDependencyGraph
35-
from typed_python.compiler.typed_call_target import TypedCallTarget
35+
from typed_python.compiler.native_compiler.typed_call_target import TypedCallTarget
3636

3737
typeWrapper = lambda t: typed_python.compiler.python_object_representation.typedPythonTypeToTypeWrapper(t)
3838

0 commit comments

Comments
 (0)