mirror of
https://gitlab.com/dstftw/youtube-dl.git
synced 2020-11-16 09:42:26 +00:00
[tagesschau] Remove unused import
This commit is contained in:
parent
993df6bc22
commit
ca4456eda8
|
@ -4,7 +4,7 @@ from __future__ import unicode_literals
|
|||
import re
|
||||
|
||||
from .common import InfoExtractor
|
||||
from ..utils import parse_filesize, ExtractorError
|
||||
from ..utils import parse_filesize
|
||||
|
||||
|
||||
class TagesschauIE(InfoExtractor):
|
||||
|
|
Loading…
Reference in a new issue