From c9f08154a3dbf7272b1373c8e6aeea4a8d92b190 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 26 Oct 2014 23:13:42 +0100 Subject: Remove unused imports --- youtube_dl/extractor/faz.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'youtube_dl/extractor/faz.py') diff --git a/youtube_dl/extractor/faz.py b/youtube_dl/extractor/faz.py index f3d45b2be..3c39ca451 100644 --- a/youtube_dl/extractor/faz.py +++ b/youtube_dl/extractor/faz.py @@ -2,9 +2,6 @@ from __future__ import unicode_literals from .common import InfoExtractor -from ..utils import ( - determine_ext, -) class FazIE(InfoExtractor): -- cgit v1.2.3