mirror of
https://github.com/Dineshkarthik/telegram_media_downloader.git
synced 2024-12-29 10:12:25 +08:00
upd: import order to fix linter error
This commit is contained in:
parent
abb6f13eeb
commit
2191ee4918
1 changed files with 1 additions and 1 deletions
|
@ -4,9 +4,9 @@ import logging
|
|||
from typing import List, Tuple
|
||||
from datetime import datetime as dt
|
||||
|
||||
import asyncio
|
||||
import yaml
|
||||
import pyrogram
|
||||
import asyncio
|
||||
|
||||
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
|
|
Loading…
Reference in a new issue