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

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 ..utils import ( from ..utils import (
ExtractorError, ExtractorError,
int_or_none, int_or_none,
str_or_none,
parse_qs, parse_qs,
traverse_obj, traverse_obj,
update_url_query, update_url_query,