♻️ Remove wildcard import from discord in __init__.py

This commit is contained in:
2025-03-09 09:56:11 +01:00
parent 8533e4b23f
commit 67bfd94e56

View File

@@ -1,6 +1,5 @@
# Copyright (c) Paillat-dev # Copyright (c) Paillat-dev
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
from discord import * # noqa: F403, I001 # pyright: ignore [reportWildcardImportFromLibrary]
from .app import App from .app import App
Bot = App Bot = App