mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-22 19:06:44 +00:00
Remove incorrect note about isinstance check for abc.Connectable
This commit is contained in:
parent
0b77b52da2
commit
de85eacbf5
@ -1539,11 +1539,6 @@ class Connectable(Protocol):
|
|||||||
|
|
||||||
- :class:`~discord.VoiceChannel`
|
- :class:`~discord.VoiceChannel`
|
||||||
- :class:`~discord.StageChannel`
|
- :class:`~discord.StageChannel`
|
||||||
|
|
||||||
Note
|
|
||||||
----
|
|
||||||
This ABC is not decorated with :func:`typing.runtime_checkable`, so will fail :func:`isinstance`/:func:`issubclass`
|
|
||||||
checks.
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__slots__ = ()
|
__slots__ = ()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user