mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 09:26:10 +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
|
||||
|
||||
|
Reference in New Issue
Block a user