Remove unused import to pass flake8

This commit is contained in:
Hanif Birgani 2020-03-16 13:39:51 +03:30
parent 8b348cf9ff
commit 3d5ae9e0d3
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ from __future__ import unicode_literals
from .common import InfoExtractor
from ..utils import (
int_or_none,
merge_dicts,
mimetype2ext,
url_or_none,
)