Skip to content

Commit eae366a

Browse files
committed
Fixes CI
1 parent ebcedbb commit eae366a

File tree

1 file changed

+1
-1
lines changed
  • returns/contrib/mypy/_features

1 file changed

+1
-1
lines changed

returns/contrib/mypy/_features/kind.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
MethodSigContext,
1010
)
1111
from mypy.typeops import bind_self, erase_to_bound
12-
from mypy.types import AnyType, CallableType, FunctionLike, Instance, Overloaded
12+
from mypy.types import AnyType, CallableType, Instance, Overloaded
1313
from mypy.types import Type as MypyType
1414
from mypy.types import TypeOfAny, TypeType, TypeVarType, get_proper_type
1515

0 commit comments

Comments
 (0)