From: Sergey M․ Date: Mon, 23 Feb 2015 15:40:50 +0000 (+0600) Subject: [soundgasm] Remove unused import X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=3438e7acd27d89d83d41e722d21d7660dbad7eea;p=youtube-dl [soundgasm] Remove unused import --- diff --git a/youtube_dl/extractor/soundgasm.py b/youtube_dl/extractor/soundgasm.py index 9e992c9b7..1c48478a6 100644 --- a/youtube_dl/extractor/soundgasm.py +++ b/youtube_dl/extractor/soundgasm.py @@ -4,7 +4,6 @@ from __future__ import unicode_literals import re from .common import InfoExtractor -from ..utils import clean_html class SoundgasmIE(InfoExtractor):