Skip to content

Commit c418ad3

Browse files
committed
Merge remote-tracking branch 'mypypy/narrowing/move_join_based_narrowing_towards_union_based_narrowing' into narrowing/move_join_based_narrowing_towards_union_based_narrowing
2 parents d70a727 + 0e9f99f commit c418ad3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypy/binder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
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
109
from mypy.literals import Key, literal, literal_hash, subkeys
1110
from mypy.nodes import Expression, IndexExpr, MemberExpr, NameExpr, RefExpr, TypeInfo, Var
1211
from mypy.subtypes import is_same_type, is_subtype

0 commit comments

Comments
 (0)