Browse Source
Remove incorrect note about isinstance check for abc.Connectable
pull/7494/head
jack1142
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
5 deletions
-
discord/abc.py
|
|
@ -1539,11 +1539,6 @@ class Connectable(Protocol): |
|
|
|
|
|
|
|
- :class:`~discord.VoiceChannel` |
|
|
|
- :class:`~discord.StageChannel` |
|
|
|
|
|
|
|
Note |
|
|
|
---- |
|
|
|
This ABC is not decorated with :func:`typing.runtime_checkable`, so will fail :func:`isinstance`/:func:`issubclass` |
|
|
|
checks. |
|
|
|
""" |
|
|
|
|
|
|
|
__slots__ = () |
|
|
|