Get rid of full_sync

This commit is contained in:
Lonami Exo
2018-11-03 12:46:19 +01:00
parent c70943bb0e
commit 8e6b98669a
3 changed files with 43 additions and 211 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import logging
from .client.telegramclient import TelegramClient
from .network import connection
from .tl import types, functions, custom
from . import version, events, utils, errors, full_sync
from . import version, events, utils, errors
__version__ = version.__version__