* style: format code with isort, Ruff Formatter and Yapf
This commit fixes the style issues introduced in f9f107e according to the output
from isort, Ruff Formatter and Yapf.
Details: None
* refactor: autofix issues in 2 files
Resolved issues in the following files with DeepSource Autofix:
1. misskaty/plugins/download_upload.py
2. misskaty/plugins/nightmodev2.py
* 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
* refactor: autofix issues in 2 files
Resolved issues in the following files with DeepSource Autofix:
1. misskaty/plugins/dev.py
2. misskaty/plugins/misc_tools.py
* style: format code with isort, Ruff Formatter and Yapf
This commit fixes the style issues introduced in 58d2f1a according to the output
from isort, Ruff Formatter and Yapf.
Details: https://github.com/yasirarism/MissKatyPyro/pull/300
---------
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Co-authored-by: Yasir Aris M <git@yasirdev.my.id>
* refactor: remove reimported module
A module or an import name is reimported multiple times. This can be confusing and should be fixed.
Please refer to the occurrence message to see the reimported name and the line number where it was imported for the first time.
* style: format code with isort, Ruff Formatter and Yapf
This commit fixes the style issues introduced in f7922fd according to the output
from isort, Ruff Formatter and Yapf.
Details: https://github.com/yasirarism/MissKatyPyro/pull/301
---------
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>