mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Remove empty __init__ methods from classes with 0 parents (#8907)
This commit is contained in:
@@ -7,7 +7,6 @@ class Charset:
|
||||
def __init__(self, id, name, collation, is_default): ...
|
||||
|
||||
class Charsets:
|
||||
def __init__(self): ...
|
||||
def add(self, c): ...
|
||||
def by_id(self, id): ...
|
||||
def by_name(self, name): ...
|
||||
|
||||
Reference in New Issue
Block a user