1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05:00

make autopep8 happy

This commit is contained in:
wesson 2024-12-04 22:41:22 +01:00
parent 25b73a440b
commit ecab7b56f3
2 changed files with 1 additions and 2 deletions

View file

@ -611,7 +611,6 @@ def suitable(cls, url):
# so that lazy_extractors works correctly # so that lazy_extractors works correctly
return cls._match_valid_url(url) is not None return cls._match_valid_url(url) is not None
@classmethod @classmethod
def list_regex_url(cls): def list_regex_url(cls):
return cls._VALID_URL if type(cls._VALID_URL) in [list, tuple] \ return cls._VALID_URL if type(cls._VALID_URL) in [list, tuple] \