1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-18 07:05:41 +07:00

Remove unused imports

This commit is contained in:
Philipp Hagemeister
2014-12-12 04:09:32 +01:00
parent 16040f46d6
commit 4f97852316
4 changed files with 0 additions and 5 deletions

View File

@@ -6,7 +6,6 @@
from .common import InfoExtractor
from ..compat import compat_str
from ..utils import (
ExtractorError,
parse_iso8601,
qualities,
)