mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-21 16:03: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 Any, TYPE_CHECKING, AsyncIterator, List, Union, Optional
|
||||
from typing import Any, TYPE_CHECKING, AsyncIterator, Union, Optional
|
||||
|
||||
from .object import Object
|
||||
|
||||
|
Reference in New Issue
Block a user