Move all imported schema objects outside TLObject · stack-queue/pyrogram@9ad5e62 · GitHub
Skip to content

Commit 9ad5e62

Browse files
committed
Move all imported schema objects outside TLObject
1 parent d727754 commit 9ad5e62

3 files changed

Lines changed: 5 additions & 9 deletions

File tree

pyrogram/api/__init__.py

Lines changed: 1 addition & 2 deletions

pyrogram/api/core/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,5 @@
2222
from .list import List
2323
from .message import Message
2424
from .msg_container import MsgContainer
25-
from .primitives import (
26-
Bool, BoolTrue, BoolFalse, Bytes, Double,
27-
Int, Long, Int128, Int256, Null, String, Vector
28-
)
25+
from .primitives import *
2926
from .tl_object import TLObject

pyrogram/api/core/tl_object.py

Lines changed: 3 additions & 3 deletions

0 commit comments

Comments
 (0)