diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-09-28 10:56:36 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-09-28 10:56:36 +0200 |
commit | 76e7d1e74b10b99ed9289b0c30c5f4933f9d841e (patch) | |
tree | 01b3a8d2e0db1e25194db1f4670b64d82f38a4e9 | |
parent | 38c4d41b744660463abbb333737e031d9c87243e (diff) |
[played] Remove unused import
-rw-r--r-- | youtube_dl/extractor/played.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/played.py b/youtube_dl/extractor/played.py index db40da43b..645a1e06d 100644 --- a/youtube_dl/extractor/played.py +++ b/youtube_dl/extractor/played.py @@ -2,7 +2,6 @@ from __future__ import unicode_literals import re -import time import os.path from .common import InfoExtractor |