Browse Source

[bliptv] Remove unused import

Sergey M․ 10 years ago
parent
commit
9ac09ed4de
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/extractor/bliptv.py

+ 0 - 1
youtube_dl/extractor/bliptv.py

@@ -5,7 +5,6 @@ import re
 from .common import InfoExtractor
 from .common import InfoExtractor
 
 
 from ..compat import (
 from ..compat import (
-    compat_str,
     compat_urllib_request,
     compat_urllib_request,
     compat_urlparse,
     compat_urlparse,
 )
 )