Browse Source

[rtlnow] Remove unused import

Sergey M. 11 years ago
parent
commit
978177527e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/extractor/rtlnow.py

+ 0 - 1
youtube_dl/extractor/rtlnow.py

@@ -8,7 +8,6 @@ from ..utils import (
     ExtractorError,
     clean_html,
     unified_strdate,
-    parse_duration,
     int_or_none,
 )