[ustream] Remove unused import
authorSergey M․ <dstftw@gmail.com>
Mon, 5 Oct 2015 16:44:59 +0000 (22:44 +0600)
committerSergey M․ <dstftw@gmail.com>
Mon, 5 Oct 2015 16:44:59 +0000 (22:44 +0600)
youtube_dl/extractor/ustream.py

index 9fdeb064d20cd1f4a64cd0891f04d8481f943066..7243d0eca764854630e42e2b81f48b2d8c55db70 100644 (file)
@@ -1,6 +1,5 @@
 from __future__ import unicode_literals
 
-import json
 import re
 
 from .common import InfoExtractor