Skip to content

Commit fabdfd8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f7a49da commit fabdfd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ def youtube(input_file: Path | str) -> dict[str, str]:
7171
js = json.load(fd)
7272
youtube_data = {s["submission"]: s["youtube_link"] for s in js}
7373

74-
return youtube_data
74+
return youtube_data

0 commit comments

Comments
 (0)