mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
style: format code with isort, Ruff Formatter and Yapf
This commit fixes the style issues introduced in 1bc1345 according to the output
from isort, Ruff Formatter and Yapf.
Details: https://github.com/yasirarism/MissKatyPyro/pull/300
This commit is contained in:
parent
1bc1345395
commit
5d66d52255
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ import time
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
from logging import getLogger
|
from logging import getLogger
|
||||||
from urllib.parse import unquote
|
from urllib.parse import unquote
|
||||||
|
|
||||||
from bs4 import BeautifulSoup
|
from bs4 import BeautifulSoup
|
||||||
from cloudscraper import create_scraper
|
from cloudscraper import create_scraper
|
||||||
from pyrogram import filters
|
from pyrogram import filters
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue