[lrt] fix issues reported by flake8

This commit is contained in:
Giedrius Statkevičius 2015-11-29 03:16:19 +02:00
parent 972cb93374
commit fbb2b82ede

View File

@ -1,12 +1,8 @@
# coding: utf-8
from __future__ import unicode_literals
import re
from .common import InfoExtractor
from ..utils import (
determine_ext,
js_to_json,
parse_duration,
remove_end,
)