1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 00:25:08 +00:00

[downloader] Remove various unneeded assignments and imports

This commit is contained in:
Philipp Hagemeister
2015-02-17 21:44:41 +01:00
parent 5cda4eda72
commit a91a2c1a83
3 changed files with 1 additions and 8 deletions

View File

@ -11,7 +11,6 @@ from ..compat import compat_str
from ..utils import (
check_executable,
encodeFilename,
format_bytes,
get_exe_version,
)