Browse Source

[patreon] Remove unused import

Philipp Hagemeister 11 năm trước cách đây
mục cha
commit
af1fd929c6
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      youtube_dl/extractor/patreon.py

+ 0 - 1
youtube_dl/extractor/patreon.py

@@ -6,7 +6,6 @@ import re
 
 from .common import InfoExtractor
 from ..utils import (
-    compat_urlparse,
     js_to_json,
 )