mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-09 19:21:26 +08:00
Remove empty __init__ methods (#8816)
This commit is contained in:
@@ -3,7 +3,6 @@ import os
|
||||
__all__ = ["Template"]
|
||||
|
||||
class Template:
|
||||
def __init__(self) -> None: ...
|
||||
def reset(self) -> None: ...
|
||||
def clone(self) -> Template: ...
|
||||
def debug(self, flag: bool) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user