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