mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 13:29:47 +00:00
Fix imports
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import inspect
|
||||
import itertools
|
||||
|
||||
from . import utils, _tl
|
||||
from .._misc import utils
|
||||
from .. import _tl
|
||||
|
||||
# Which updates have the following fields?
|
||||
_has_field = {
|
||||
|
Reference in New Issue
Block a user