mirror of
https://github.com/Paillat-dev/pycord-rest.git
synced 2026-01-02 00:56:19 +00:00
♻️ Remove wildcard import from discord in __init__.py
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user