mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-07 06:22:49 -05:00
[tweakers] Remove unused imports
This commit is contained in:
@ -1,12 +1,6 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
from .common import InfoExtractor
|
from .common import InfoExtractor
|
||||||
from ..utils import (
|
|
||||||
xpath_text,
|
|
||||||
xpath_with_ns,
|
|
||||||
int_or_none,
|
|
||||||
float_or_none,
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
class TweakersIE(InfoExtractor):
|
class TweakersIE(InfoExtractor):
|
||||||
|
Reference in New Issue
Block a user