From de85eacbf5f989f6feb1cb69b96a3fa50a44d80c Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Sat, 19 Feb 2022 02:35:54 +0100 Subject: [PATCH] Remove incorrect note about isinstance check for abc.Connectable --- discord/abc.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/discord/abc.py b/discord/abc.py index 3b7027394..b9b9ce7ab 100644 --- a/discord/abc.py +++ b/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__ = ()