Skip to content

Commit 59ecf23

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 48b7542 commit 59ecf23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypy/checker.py

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
from mypy.errorcodes import TYPE_VAR, UNUSED_AWAITABLE, UNUSED_COROUTINE, ErrorCode
4242
from mypy.errors import Errors, ErrorWatcher, report_internal_error
4343
from mypy.expandtype import expand_self_type, expand_type, expand_type_by_instance
44-
from mypy.join import join_types
4544
from mypy.literals import Key, extract_var_from_literal_hash, literal, literal_hash
4645
from mypy.maptype import map_instance_to_supertype
4746
from mypy.meet import is_overlapping_erased_types, is_overlapping_types

0 commit comments

Comments
 (0)