mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 15:34:52 +00:00
Types don't need to inherit from TLObject
This commit is contained in:
parent
50c6207099
commit
d385aae1d2
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ from pyrogram.raw.core import TLObject
|
||||||
|
|
||||||
|
|
||||||
# noinspection PyRedeclaration
|
# noinspection PyRedeclaration
|
||||||
class {name}(TLObject): # type: ignore
|
class {name}: # type: ignore
|
||||||
"""{docstring}
|
"""{docstring}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue