Browse Source

Remove unusued import

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

+ 0 - 1
youtube_dl/postprocessor/xattrpp.py

@@ -6,7 +6,6 @@ from .common import PostProcessor
 from ..utils import (
     check_executable,
     hyphenate_date,
-    preferredencoding,
 )