Skip to content

Commit 5ca4836

Browse files
committed
update docs
1 parent 1455ee3 commit 5ca4836

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/rev_ai/apiclient.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -337,11 +337,7 @@ def get_list_of_jobs(self, limit=None, starting_after=None):
337337

338338
return [Job.from_json(job) for job in response.json()]
339339

340-
def get_transcript_text(
341-
self,
342-
id_,
343-
group_channels_by=None,
344-
group_channels_threshold_ms=None):
340+
def get_transcript_text(self, id_, group_channels_by=None, group_channels_threshold_ms=None):
345341
"""Get the transcript of a specific job as plain text.
346342
347343
:param id_: id of job to be requested

0 commit comments

Comments
 (0)