mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 05:19:41 +00:00
Fix errors reported by tools/check
This commit is contained in:
@@ -123,7 +123,12 @@ def main() -> None:
|
||||
|
||||
generated = ast.unparse(
|
||||
ast.ClassDef(
|
||||
name="Client", bases=[], keywords=[], body=class_body, decorator_list=[]
|
||||
name="Client",
|
||||
bases=[],
|
||||
keywords=[],
|
||||
body=class_body,
|
||||
decorator_list=[],
|
||||
type_params=[],
|
||||
)
|
||||
)[len("class Client:") :].strip()
|
||||
|
||||
|
Reference in New Issue
Block a user