From c317ecd32830c597c0db1186e8e6fa9bd847f5d5 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Fri, 7 Oct 2022 22:21:58 -0700 Subject: [PATCH] lint --- src/ytdl_sub/plugins/file_convert.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ytdl_sub/plugins/file_convert.py b/src/ytdl_sub/plugins/file_convert.py index 93689dc9..409a70ed 100644 --- a/src/ytdl_sub/plugins/file_convert.py +++ b/src/ytdl_sub/plugins/file_convert.py @@ -29,9 +29,7 @@ class FileConvertOptions(PluginOptions): def __init__(self, name, value): super().__init__(name, value) - self._convert_to = self._validate_key( - key="convert_to", validator=FileTypeValidator - ).value + self._convert_to = self._validate_key(key="convert_to", validator=FileTypeValidator).value @property def convert_to(self) -> str: