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:
deepsource-autofix[bot] 2023-09-06 20:39:45 +07:00 committed by GitHub
parent 21770b9642
commit 6fc1e2fb9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,12 @@
# * @date 2023-06-21 22:12:27
# * @projectName MissKatyPyro
# * Copyright ©YasirPedia All rights reserved
import dotenv
import sys
from logging import getLogger
from os import environ
import dotenv
LOGGER = getLogger("MissKaty")
dotenv.load_dotenv("config.env", override=True)