mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-28 21:07:59 +00:00
Types don't need to inherit from TLObject
This commit is contained in:
parent
50c6207099
commit
d385aae1d2
@ -10,7 +10,7 @@ from pyrogram.raw.core import TLObject
|
||||
|
||||
|
||||
# noinspection PyRedeclaration
|
||||
class {name}(TLObject): # type: ignore
|
||||
class {name}: # type: ignore
|
||||
"""{docstring}
|
||||
"""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user