From fbb2b82ede192ac948acb530b012c034dd6f3b16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giedrius=20Statkevi=C4=8Dius?= Date: Sun, 29 Nov 2015 03:16:19 +0200 Subject: [PATCH] [lrt] fix issues reported by flake8 --- youtube_dl/extractor/lrt.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/youtube_dl/extractor/lrt.py b/youtube_dl/extractor/lrt.py index ed41aad84..c4051bce1 100644 --- a/youtube_dl/extractor/lrt.py +++ b/youtube_dl/extractor/lrt.py @@ -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, )