Skip to content

Commit

Permalink
Merge pull request #174 from dvonthenen/restructure-project-part4
Browse files Browse the repository at this point in the history
Restructure Python v3 (Part 4) - Removes `__pycache__` Dirs
  • Loading branch information
davidvonthenen authored Nov 15, 2023
2 parents c7f9b0d + 4c80c52 commit b0d5ae3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
DG_API_KEY=""
DG_API_KEY_MANAGE=""
DG_PROJECT_ID="85bb84f9-02d8-742a-df82-"
DG_API_KEY_ID=""
DG_MEMBER_ID=""
DG_REQUEST_ID=""
DG_BALANCE_ID=""
EMAIL=""
1 change: 0 additions & 1 deletion deepgram/clients/abstract_restful_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

from ..errors import DeepgramApiError, DeepgramUnknownApiError, DeepgramUnknownError


class AbstractRestfulClient:
"""
An abstract base class for a RESTful HTTP client.
Expand Down
1 change: 0 additions & 1 deletion deepgram/clients/prerecorded/prerecorded_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from .transcription_options import PrerecordedOptions
from .prerecorded_response import AsyncPrerecordedResponse, SyncPrerecordedResponse


class PreRecordedClient(AbstractRestfulClient):
"""
A client class for handling pre-recorded audio data. Provides methods for transcribing audio from URLs and files.
Expand Down

0 comments on commit b0d5ae3

Please sign in to comment.