1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-07-02 12:02:52 -05:00

Remove dead code

This commit is contained in:
Philipp Hagemeister
2013-07-08 02:13:50 +02:00
parent 20c3893f0e
commit 345b0c9b46
2 changed files with 1 additions and 5 deletions

View File

@ -6,7 +6,6 @@ import xml.etree.ElementTree
from .common import InfoExtractor
from ..utils import (
determine_ext,
ExtractorError,
unified_strdate,
)