1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-18 11:09:32 +00:00

Remove unusued import

This commit is contained in:
Philipp Hagemeister 2014-01-07 09:42:38 +01:00
parent ecfef3e5bf
commit bd1b906527

View file

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