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.
2 parents d70a727 + 0e9f99f commit c418ad3Copy full SHA for c418ad3
mypy/binder.py
@@ -6,7 +6,6 @@
6
from typing_extensions import TypeAlias as _TypeAlias
7
8
from mypy.erasetype import remove_instance_last_known_values
9
-from mypy.join import join_simple
10
from mypy.literals import Key, literal, literal_hash, subkeys
11
from mypy.nodes import Expression, IndexExpr, MemberExpr, NameExpr, RefExpr, TypeInfo, Var
12
from mypy.subtypes import is_same_type, is_subtype
0 commit comments