mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-28 06:36:54 +08:00
fix lint error (#2541)
This commit is contained in:
committed by
Sebastian Rittau
parent
6d6894e1ef
commit
63cf7f529b
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user