From b244b5c3f9082a307f0e1c4ee561594bd389aeb2 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 20 Nov 2014 16:35:55 +0100 Subject: remove unused imports --- youtube_dl/extractor/goldenmoustache.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'youtube_dl/extractor/goldenmoustache.py') diff --git a/youtube_dl/extractor/goldenmoustache.py b/youtube_dl/extractor/goldenmoustache.py index 7e13b131b..10001d4d9 100644 --- a/youtube_dl/extractor/goldenmoustache.py +++ b/youtube_dl/extractor/goldenmoustache.py @@ -1,9 +1,7 @@ from __future__ import unicode_literals -import re from .common import InfoExtractor from ..utils import ( - parse_duration, int_or_none, ) -- cgit v1.2.3