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:
deepsource-autofix[bot] 2024-07-30 04:42:55 +00:00 committed by GitHub
parent 1bc1345395
commit 5d66d52255
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,7 @@ import time
from datetime import datetime
from logging import getLogger
from urllib.parse import unquote
from bs4 import BeautifulSoup
from cloudscraper import create_scraper
from pyrogram import filters