Skip to content

Commit bf8e8b1

Browse files
committed
fix
1 parent c418ad3 commit bf8e8b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypy/binder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from typing_extensions import TypeAlias as _TypeAlias
77

88
from mypy.erasetype import remove_instance_last_known_values
9+
from mypy.join import join_simple
910
from mypy.literals import Key, literal, literal_hash, subkeys
1011
from mypy.nodes import Expression, IndexExpr, MemberExpr, NameExpr, RefExpr, TypeInfo, Var
1112
from mypy.subtypes import is_same_type, is_subtype

0 commit comments

Comments
 (0)