1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-07-16 10:37:57 -05:00

Remove unused imports

This commit is contained in:
Philipp Hagemeister
2013-12-09 04:53:23 +01:00
parent 977887469c
commit 2101830c0d
4 changed files with 1 additions and 6 deletions

View File

@ -2,8 +2,6 @@ import re
from .common import InfoExtractor
from ..utils import (
compat_str,
ExtractorError,
orderedSet,
unescapeHTML,