mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
Remove unused imports
This commit is contained in:
@ -23,7 +23,7 @@ DEALINGS IN THE SOFTWARE.
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
from typing import List, Optional, TYPE_CHECKING, Tuple, TypeVar, Type, Callable, Union
|
||||
from typing import List, Optional, TYPE_CHECKING, Tuple, TypeVar, Callable, Union
|
||||
import inspect
|
||||
import os
|
||||
|
||||
|
@ -41,7 +41,6 @@ from ..components import (
|
||||
Button as ButtonComponent,
|
||||
SelectMenu as SelectComponent,
|
||||
)
|
||||
from ..utils import MISSING
|
||||
|
||||
# fmt: off
|
||||
__all__ = (
|
||||
|
Reference in New Issue
Block a user