2
0
mirror of https://gitea.eponym.info/Mirrors/youtube-dl synced 2025-08-31 15:50:05 +00:00

[vk] Remove unused import

This commit is contained in:
Sergey M․
2019-04-07 02:17:54 +07:00
parent c701472fc9
commit 059cd768b9

View File

@@ -6,10 +6,7 @@ import re
import sys
from .common import InfoExtractor
from ..compat import (
compat_str,
compat_urlparse,
)
from ..compat import compat_urlparse
from ..utils import (
clean_html,
ExtractorError,