Skip to content

Commit 217ba1d

Browse files
author
aninhasalesp
committed
Make lint
1 parent 9e56422 commit 217ba1d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

youtool/commands/video_transcription.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ class VideoTranscription(Command):
1818
"help": "Channels urls csv file path",
1919
"mutually_exclusive_group": "input_source",
2020
},
21-
{"name": "--ids-file-path", "type": Path, "help": "Channel IDs CSV file path", "mutually_exclusive_group": "input_source"},
21+
{
22+
"name": "--ids-file-path",
23+
"type": Path,
24+
"help": "Channel IDs CSV file path",
25+
"mutually_exclusive_group": "input_source",
26+
},
2227
{"name": "--output-dir", "type": Path, "help": "Output directory to save transcriptions", "required": True},
2328
{"name": "--language-code", "type": str, "help": "Language code for transcription", "required": True},
2429
{"name": "--url_column_name", "type": str, "help": "URL column name on CSV input files"},

0 commit comments

Comments
 (0)