Skip to content

Commit c7987c4

Browse files
committed
fix lint
1 parent 0ac4544 commit c7987c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/suggestions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
from mypy.checkexpr import has_any_type, map_actuals_to_formals
5252

5353
from mypy.join import join_type_list
54-
from mypy.meet import meet_types, meet_type_list
54+
from mypy.meet import meet_type_list
5555
from mypy.sametypes import is_same_type
5656
from mypy.typeops import make_simplified_union
5757

0 commit comments

Comments
 (0)