From 48dcc5d2e942254f04f6e8f62b2203abc7c0515e Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Fri, 1 Sep 2023 23:24:25 -0700 Subject: [PATCH] lint --- src/ytdl_sub/plugins/file_convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ytdl_sub/plugins/file_convert.py b/src/ytdl_sub/plugins/file_convert.py index 6dbc6031..fa6c0c1f 100644 --- a/src/ytdl_sub/plugins/file_convert.py +++ b/src/ytdl_sub/plugins/file_convert.py @@ -138,7 +138,7 @@ class FileConvertPlugin(Plugin[FileConvertOptions]): "when": "post_process", "preferedformat": self.plugin_options.convert_to, } - ] + ], } return None