1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-04-16 03:48:09 -05:00

[mildom] Fix linter

This commit is contained in:
Lesmiscore 2022-03-08 23:56:30 +09:00
parent fb6e3f4389
commit b637c4e22e
No known key found for this signature in database
GPG Key ID: 0EC2B52CF86236FF

View File

@ -13,7 +13,6 @@ from ..utils import (
OnDemandPagedList, OnDemandPagedList,
random_uuidv4, random_uuidv4,
traverse_obj, traverse_obj,
update_url_query,
) )