1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-04 18:04:16 -04:00

Remove unused imports

This commit is contained in:
Philipp Hagemeister
2014-09-28 10:50:43 +02:00
parent c841789772
commit 51ee08c4bb
4 changed files with 0 additions and 6 deletions

View File

@@ -5,7 +5,6 @@ import xml.etree.ElementTree
from .common import InfoExtractor
from ..utils import (
compat_HTTPError,
compat_urllib_request,
ExtractorError,
)