diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2014-06-07 16:52:34 +0200 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2014-06-07 16:52:34 +0200 | 
| commit | 814d4257dfe75b591dee2120c57cb44ebb547dff (patch) | |
| tree | 7c49dc8c48bf0255607f8e43c371d847ac572306 /youtube_dl/extractor/soundcloud.py | |
| parent | 23ae281b31d5c4042f15ffb8e5ded0065a0dc808 (diff) | |
Remove unused imports
Diffstat (limited to 'youtube_dl/extractor/soundcloud.py')
| -rw-r--r-- | youtube_dl/extractor/soundcloud.py | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/soundcloud.py b/youtube_dl/extractor/soundcloud.py index 25515f068..7aa100fb2 100644 --- a/youtube_dl/extractor/soundcloud.py +++ b/youtube_dl/extractor/soundcloud.py @@ -1,7 +1,6 @@  # encoding: utf-8  from __future__ import unicode_literals -import json  import re  import itertools | 
