Remove unusued import
[youtube-dl] / youtube_dl / postprocessor / xattrpp.py
index e230f2c540f453260aaabc777342a60211af092a..18979241cd9f0bb70cf2d8e9c00709ec43db1fea 100644 (file)
@@ -6,7 +6,6 @@ from .common import PostProcessor
 from ..utils import (
     check_executable,
     hyphenate_date,
-    preferredencoding,
 )