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

Fixed styling to comply with flake8.

This commit is contained in:
jsmnhou 2023-04-10 21:11:29 -04:00
parent df617513cc
commit 5aee29b7ca

View file

@ -9,10 +9,7 @@ from ..utils import (
unsmuggle_url, unsmuggle_url,
url_or_none, url_or_none,
) )
from ..compat import ( from ..compat import compat_parse_qs
compat_parse_qs,
compat_urlparse,
)
class SenateISVPIE(InfoExtractor): class SenateISVPIE(InfoExtractor):