1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00

Give lint a chance

All we are saying is ...
This commit is contained in:
dirkf 2024-05-14 11:38:55 +01:00 committed by GitHub
parent dd2ee5e071
commit 3fa061e297
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,6 @@
# coding: utf-8
from __future__ import unicode_literals
import itertools
from .common import InfoExtractor
from ..compat import (
compat_parse_qs,