1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-04-27 17:23:26 +00:00

[utils] Remove unused import

This commit is contained in:
Philipp Hagemeister
2014-11-04 23:51:01 +01:00
parent 37aab27808
commit 4164f0117e
2 changed files with 4 additions and 4 deletions
-1
View File
@@ -34,7 +34,6 @@ from .compat import (
compat_chr,
compat_getenv,
compat_html_entities,
compat_html_parser,
compat_parse_qs,
compat_str,
compat_urllib_error,