Skip to content

Commit 7609478

Browse files
committed
cleanup
1 parent 4ba95f4 commit 7609478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rev_ai/apiclient.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ def get_transcript_text(self, id_, group_channels_by=None, group_channels_thresh
348348
"""
349349
if not id_:
350350
raise ValueError('id_ must be provided')
351-
351+
352352
url = self._build_transcript_url(
353353
id_,
354354
group_channels_by=group_channels_by,
@@ -863,7 +863,7 @@ def _create_job_options_payload(
863863

864864
def _create_captions_query(self, speaker_channel):
865865
return '' if speaker_channel is None else '?speaker_channel={}'.format(speaker_channel)
866-
866+
867867
def _build_transcript_url(self, id_, group_channels_by=None, group_channels_threshold_ms=None):
868868
"""Build the get transcript url.
869869

0 commit comments

Comments
 (0)