1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 08:35:32 +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

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,