Skip to content

Commit ead933b

Browse files
Missing Exported Class Names
1 parent 40d1239 commit ead933b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

deepgram/client.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
# speech-to-text
3636
from .clients import LiveClient, AsyncLiveClient # backward compat
3737
from .clients import (
38-
ListenRESTClient,
39-
AsyncListenRESTClient,
4038
ListenWebSocketClient,
4139
AsyncListenWebSocketClient,
4240
)
@@ -62,6 +60,10 @@
6260
from .clients import (
6361
PreRecordedClient,
6462
AsyncPreRecordedClient,
63+
) # backward compat
64+
from .clients import (
65+
ListenRESTClient,
66+
AsyncListenRESTClient,
6567
)
6668
from .clients import (
6769
ListenRESTOptions,

0 commit comments

Comments
 (0)