mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Remove empty __init__ methods (#8816)
This commit is contained in:
@@ -12,7 +12,6 @@ class Error(Exception):
|
||||
class ConversionError(Error): ...
|
||||
|
||||
class Packer:
|
||||
def __init__(self) -> None: ...
|
||||
def reset(self) -> None: ...
|
||||
def get_buffer(self) -> bytes: ...
|
||||
def get_buf(self) -> bytes: ...
|
||||
|
||||
Reference in New Issue
Block a user