fix lint error (#2541)

This commit is contained in:
Jelle Zijlstra
2018-10-23 14:00:27 +02:00
committed by Sebastian Rittau
parent 6d6894e1ef
commit 63cf7f529b

View File

@@ -88,8 +88,7 @@ class UnboundMethodType:
def __init__(self, func: Callable, obj: object) -> None: ...
def __call__(self, *args: Any, **kwargs: Any) -> Any: ...
class InstanceType(object):
pass
class InstanceType(object): ...
MethodType = UnboundMethodType