1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2026-01-04 00:01:07 -05:00

Remove unused imports

This commit is contained in:
Philipp Hagemeister
2014-12-12 04:09:32 +01:00
parent 16040f46d6
commit 4f97852316
4 changed files with 0 additions and 5 deletions

View File

@@ -8,7 +8,6 @@ from ..utils import (
int_or_none,
js_to_json,
qualities,
determine_ext,
)