mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 09:44:50 +00:00
style: format code with black and isort (#256)
Format code with black and isort
This commit fixes the style issues introduced in 154423d according to the output
from Black and isort.
Details: https://app.deepsource.com/gh/yasirarism/MissKatyPyro/transform/ae0ccba4-2de9-4400-ad86-48169cdbb070/
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
This commit is contained in:
parent
154423d75d
commit
924853f45b
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ from pyrogram.types import (
|
|||
|
||||
from misskaty import app
|
||||
from misskaty.core import pyro_cooldown
|
||||
from misskaty.core.decorator import capture_err, ratelimiter, new_task
|
||||
from misskaty.core.decorator import capture_err, new_task, ratelimiter
|
||||
from misskaty.helper.http import http
|
||||
from misskaty.helper.localization import use_chat_lang
|
||||
from misskaty.vars import COMMAND_HANDLER, LOG_CHANNEL, SUDO
|
||||
|
|
|
|||
Loading…
Reference in a new issue