Skip to content

Commit 7a4c142

Browse files
authored
fix: Don't re-export client in __init__ (#3198)
1 parent da9960f commit 7a4c142

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

discord/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@
8787
from discord.voice import VoiceClient as VoiceClientC
8888
from discord.voice import VoiceProtocol as VoiceProtocolC
8989

90-
from .client import Client
91-
9290
C = TypeVar("C", bound=Client)
9391

9492
@deprecated(

0 commit comments

Comments
 (0)