(path, task_type="transcribe")
| 19 | |
| 20 | |
| 21 | def _task(path, task_type="transcribe"): |
| 22 | return {"path": path, "type": task_type, "transcribe_or_translate": "transcribe", "force_language": None} |
| 23 | |
| 24 | |
| 25 | class TestPut: |
no outgoing calls
no test coverage detected