diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-10-05 22:44:59 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-10-05 22:44:59 +0600 |
commit | 0bf219889e39d4d7e75fdb59d7452b8e09f4ddab (patch) | |
tree | 3c663c55b699b1f36b6b2c907a4e8c3dbf7f1fa0 | |
parent | f2a7ed77ef76b8d564326f564afc880473fba7ea (diff) |
[ustream] Remove unused import
-rw-r--r-- | youtube_dl/extractor/ustream.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |