Skip to content

Commit 0e9f99f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5891413 commit 0e9f99f

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)