1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-01 21:50:12 -04:00

Remove unused imports

This commit is contained in:
Philipp Hagemeister
2014-06-07 16:52:34 +02:00
parent 23ae281b31
commit 814d4257df
3 changed files with 0 additions and 5 deletions

View File

@@ -5,7 +5,6 @@ import re
from .common import InfoExtractor
from ..utils import (
ExtractorError,
unescapeHTML
)