mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-05 03:34:51 +00:00
style: format code with black and isort (#282)
Format code with black and isort
This commit fixes the style issues introduced in f0ea34a 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
21770b9642
commit
6fc1e2fb9d
1 changed files with 2 additions and 1 deletions
|
|
@ -2,11 +2,12 @@
|
||||||
# * @date 2023-06-21 22:12:27
|
# * @date 2023-06-21 22:12:27
|
||||||
# * @projectName MissKatyPyro
|
# * @projectName MissKatyPyro
|
||||||
# * Copyright ©YasirPedia All rights reserved
|
# * Copyright ©YasirPedia All rights reserved
|
||||||
import dotenv
|
|
||||||
import sys
|
import sys
|
||||||
from logging import getLogger
|
from logging import getLogger
|
||||||
from os import environ
|
from os import environ
|
||||||
|
|
||||||
|
import dotenv
|
||||||
|
|
||||||
LOGGER = getLogger("MissKaty")
|
LOGGER = getLogger("MissKaty")
|
||||||
|
|
||||||
dotenv.load_dotenv("config.env", override=True)
|
dotenv.load_dotenv("config.env", override=True)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue