From d385aae1d2571efaa0c7dbd6084c5dd656503f1d Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Thu, 27 Aug 2020 14:20:30 +0200 Subject: [PATCH] Types don't need to inherit from TLObject --- compiler/api/template/type.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/api/template/type.txt b/compiler/api/template/type.txt index 4dd6a250..3d327282 100644 --- a/compiler/api/template/type.txt +++ b/compiler/api/template/type.txt @@ -10,7 +10,7 @@ from pyrogram.raw.core import TLObject # noinspection PyRedeclaration -class {name}(TLObject): # type: ignore +class {name}: # type: ignore """{docstring} """