1
0
Fork 0
mirror of https://github.com/blackjack4494/yt-dlc.git synced 2025-02-01 12:21:25 +00:00

Remove unused import

This commit is contained in:
Philipp Hagemeister 2015-01-04 02:05:35 +01:00
parent b68ff25917
commit 95ceeec722

View file

@ -4,7 +4,6 @@ import os
import subprocess
from .common import FileDownloader
from ..compat import compat_subprocess_get_DEVNULL
from ..utils import (
check_executable,
encodeFilename,