From: Sergey M․ Date: Mon, 5 Oct 2015 16:44:59 +0000 (+0600) Subject: [ustream] Remove unused import X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=commitdiff_plain;h=0bf219889e39d4d7e75fdb59d7452b8e09f4ddab [ustream] Remove unused import --- diff --git a/youtube_dl/extractor/ustream.py b/youtube_dl/extractor/ustream.py index 9fdeb064d..7243d0eca 100644 --- a/youtube_dl/extractor/ustream.py +++ b/youtube_dl/extractor/ustream.py @@ -1,6 +1,5 @@ from __future__ import unicode_literals -import json import re from .common import InfoExtractor