From be65c63f1637a342e3450fee2d6c9b41fcd70bf2 Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Fri, 5 Jul 2019 16:51:08 +0200 Subject: [PATCH] Add missing re-exports in telethon.sync --- telethon/sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telethon/sync.py b/telethon/sync.py index 79058c95..026edfda 100644 --- a/telethon/sync.py +++ b/telethon/sync.py @@ -14,7 +14,7 @@ import asyncio import functools import inspect -from . import connection +from . import events, errors, utils, connection from .client.account import _TakeoutClient from .client.telegramclient import TelegramClient from .tl import types, functions, custom