mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-04 08:56:19 +00:00
Remove unused imports and make exports explicit
This allows Pyright to actually catch these errors, which would be useful for CI purposes in the future.
This commit is contained in:
@ -26,8 +26,6 @@ from __future__ import annotations
|
||||
|
||||
from typing import Callable, Dict, Iterable, List, Optional, Union, TYPE_CHECKING
|
||||
from datetime import datetime
|
||||
import time
|
||||
import asyncio
|
||||
|
||||
from .mixins import Hashable
|
||||
from .abc import Messageable, _purge_helper
|
||||
|
Reference in New Issue
Block a user