diff --git a/src/ytdl_sub/downloaders/generic/validators.py b/src/ytdl_sub/downloaders/generic/validators.py index 0c40f5f0..905c2f2a 100644 --- a/src/ytdl_sub/downloaders/generic/validators.py +++ b/src/ytdl_sub/downloaders/generic/validators.py @@ -135,7 +135,6 @@ class UrlValidator(StrictDictValidator): return self._source_thumbnails - class UrlListValidator(ListValidator[UrlValidator]): _inner_list_type = UrlValidator _expected_value_type_name = "collection url list"