We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b7542 commit 59ecf23Copy full SHA for 59ecf23
mypy/checker.py
@@ -41,7 +41,6 @@
41
from mypy.errorcodes import TYPE_VAR, UNUSED_AWAITABLE, UNUSED_COROUTINE, ErrorCode
42
from mypy.errors import Errors, ErrorWatcher, report_internal_error
43
from mypy.expandtype import expand_self_type, expand_type, expand_type_by_instance
44
-from mypy.join import join_types
45
from mypy.literals import Key, extract_var_from_literal_hash, literal, literal_hash
46
from mypy.maptype import map_instance_to_supertype
47
from mypy.meet import is_overlapping_erased_types, is_overlapping_types
0 commit comments