mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-10 11:31:19 +00:00
[periscope] Remove unused imports
This commit is contained in:
parent
d781e29316
commit
0f72beb515
1 changed files with 0 additions and 4 deletions
|
@ -2,10 +2,6 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
from .common import InfoExtractor
|
||||
from ..compat import (
|
||||
compat_urllib_parse,
|
||||
compat_urllib_request,
|
||||
)
|
||||
from ..utils import parse_iso8601
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue