mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-12-03 14:02:19 +00:00
Use typing.Self throughout library
This commit is contained in:
@@ -82,7 +82,6 @@ if TYPE_CHECKING:
|
||||
from .types import gateway as gw
|
||||
|
||||
T = TypeVar('T')
|
||||
CS = TypeVar('CS', bound='ConnectionState')
|
||||
Channel = Union[GuildChannel, VocalGuildChannel, PrivateChannel, PartialMessageable]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user