remove unused str_or_none

This commit is contained in:
v3DJG6GL 2025-02-24 17:12:34 +01:00 committed by GitHub
parent ee565d9c32
commit 7282b3fe8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,6 @@ from .common import InfoExtractor
from ..utils import (
ExtractorError,
int_or_none,
str_or_none,
parse_qs,
traverse_obj,
update_url_query,