Types don't need to inherit from TLObject

This commit is contained in:
Dan 2020-08-27 14:20:30 +02:00
parent 50c6207099
commit d385aae1d2

View File

@ -10,7 +10,7 @@ from pyrogram.raw.core import TLObject
# noinspection PyRedeclaration
class {name}(TLObject): # type: ignore
class {name}: # type: ignore
"""{docstring}
"""