Browse Source

[sportbox] PEP 8

Sergey M․ 8 years ago
parent
commit
6fd138bed8
1 changed files with 1 additions and 5 deletions
  1. 1 5
      youtube_dl/extractor/sportbox.py

+ 1 - 5
youtube_dl/extractor/sportbox.py

@@ -4,11 +4,7 @@ from __future__ import unicode_literals
 import re
 
 from .common import InfoExtractor
-from ..compat import compat_urlparse
-from ..utils import (
-    js_to_json,
-    unified_strdate,
-)
+from ..utils import js_to_json
 
 
 class SportBoxEmbedIE(InfoExtractor):