mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-02 02:44:50 +00:00
style: format code with black and isort (#270)
Format code with black and isort
This commit fixes the style issues introduced in 479bdd5 according to the output
from Black and isort.
Details: None
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
This commit is contained in:
parent
79d02d7e8a
commit
a8d829120a
1 changed files with 1 additions and 2 deletions
|
|
@ -14,8 +14,7 @@ from pyrogram.types import Message
|
|||
|
||||
from misskaty import app
|
||||
from misskaty.core import pyro_cooldown
|
||||
from misskaty.helper import check_time_gap, post_to_telegraph
|
||||
from misskaty.helper import fetch, use_chat_lang
|
||||
from misskaty.helper import check_time_gap, fetch, post_to_telegraph, use_chat_lang
|
||||
from misskaty.vars import COMMAND_HANDLER, OPENAI_API, SUDO
|
||||
|
||||
openai.api_key = OPENAI_API
|
||||
|
|
|
|||
Loading…
Reference in a new issue