1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-07-04 04:52:52 -05:00

Remove unused imports

This commit is contained in:
Philipp Hagemeister
2014-07-20 23:38:44 +02:00
parent 7fbf54dc62
commit 246168bd72
3 changed files with 0 additions and 6 deletions

View File

@ -8,7 +8,6 @@ from ..utils import (
ExtractorError,
compat_urllib_parse,
compat_urllib_request,
determine_ext,
)