mirror of
https://github.com/Dineshkarthik/telegram_media_downloader.git
synced 2024-12-27 09:11:56 +08:00
fix pylint C0411(wrong-import-order)
This commit is contained in:
parent
69d44fef47
commit
66aaedc948
1 changed files with 1 additions and 1 deletions
|
@ -5,8 +5,8 @@ from typing import List, Tuple, Optional
|
|||
from datetime import datetime as dt
|
||||
|
||||
import asyncio
|
||||
import yaml
|
||||
import pyrogram
|
||||
import yaml
|
||||
|
||||
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
|
|
Loading…
Reference in a new issue