mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-10 18:59:33 +00:00
Ensure __all__ are consistent
This commit is contained in:
@@ -2,13 +2,4 @@ from . import abcs, functions, mtproto, types
|
||||
from .core import Request
|
||||
from .layer import LAYER, TYPE_MAPPING
|
||||
|
||||
__all__ = [
|
||||
"abcs",
|
||||
"core",
|
||||
"functions",
|
||||
"mtproto",
|
||||
"types",
|
||||
"Request",
|
||||
"LAYER",
|
||||
"TYPE_MAPPING",
|
||||
]
|
||||
__all__ = ['abcs', 'functions', 'mtproto', 'types', 'Request', 'LAYER', 'TYPE_MAPPING']
|
||||
|
Reference in New Issue
Block a user