mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-02-20 06:10:11 +00:00
Fixed styling to comply with flake8.
This commit is contained in:
parent
df617513cc
commit
5aee29b7ca
1 changed files with 1 additions and 4 deletions
|
@ -9,10 +9,7 @@ from ..utils import (
|
|||
unsmuggle_url,
|
||||
url_or_none,
|
||||
)
|
||||
from ..compat import (
|
||||
compat_parse_qs,
|
||||
compat_urlparse,
|
||||
)
|
||||
from ..compat import compat_parse_qs
|
||||
|
||||
|
||||
class SenateISVPIE(InfoExtractor):
|
||||
|
|
Loading…
Add table
Reference in a new issue