mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[vodlocker] Remove unused imports
This commit is contained in:
parent
45ead916d1
commit
e93f4f7578
1 changed files with 0 additions and 2 deletions
|
@ -2,10 +2,8 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
import re
|
||||
import time
|
||||
from .common import InfoExtractor
|
||||
from ..utils import (
|
||||
determine_ext,
|
||||
compat_urllib_parse,
|
||||
compat_urllib_request,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue