mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[rtve] Remove unused import
This commit is contained in:
parent
9b464929fe
commit
e156e70281
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
import time
|
||||
|
||||
from .common import InfoExtractor
|
||||
from ..compat import compat_urllib_request, compat_urlparse
|
||||
from ..compat import compat_urllib_request
|
||||
from ..utils import (
|
||||
ExtractorError,
|
||||
float_or_none,
|
||||
|
|
Loading…
Reference in a new issue