1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-17 23:15:14 +00:00

remove unused imports

This commit is contained in:
Philipp Hagemeister
2014-11-20 16:35:55 +01:00
parent f42c190769
commit b244b5c3f9
4 changed files with 1 additions and 5 deletions

View File

@@ -5,7 +5,6 @@ import re
from .common import InfoExtractor
from ..utils import (
ExtractorError,
find_xpath_attr,
unified_strdate,
get_element_by_id,