remove unused import

This commit is contained in:
Emmanuel Froissart 2019-06-12 23:23:50 +02:00
parent ae4df7d346
commit eb5d7a45d1

View File

@ -3,9 +3,6 @@ from __future__ import unicode_literals
from .common import InfoExtractor
from youtube_dl.utils import (
RegexNotFoundError,
)
class TF1IE(InfoExtractor):
"""TF1 uses the wat.tv player."""