Kaynağa Gözat

Remove unused imports

Philipp Hagemeister 12 yıl önce
ebeveyn
işleme
a339e5cfb5
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  1. 0 2
      youtube_dl/extractor/bliptv.py

+ 0 - 2
youtube_dl/extractor/bliptv.py

@@ -8,10 +8,8 @@ import socket
 from .common import InfoExtractor
 from ..utils import (
     compat_http_client,
-    compat_parse_qs,
     compat_str,
     compat_urllib_error,
-    compat_urllib_parse_urlparse,
     compat_urllib_request,
 
     ExtractorError,