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 c418ad3 commit bf8e8b1Copy full SHA for bf8e8b1
mypy/binder.py
@@ -6,6 +6,7 @@
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