Browse Source

[played] Remove unused import

Philipp Hagemeister 11 years ago
parent
commit
76e7d1e74b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/extractor/played.py

+ 0 - 1
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