[vk] Remove unused import
This commit is contained in:
parent
c701472fc9
commit
059cd768b9
1 changed files with 1 additions and 4 deletions
|
@ -6,10 +6,7 @@ import re
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
from .common import InfoExtractor
|
from .common import InfoExtractor
|
||||||
from ..compat import (
|
from ..compat import compat_urlparse
|
||||||
compat_str,
|
|
||||||
compat_urlparse,
|
|
||||||
)
|
|
||||||
from ..utils import (
|
from ..utils import (
|
||||||
clean_html,
|
clean_html,
|
||||||
ExtractorError,
|
ExtractorError,
|
||||||
|
|
Loading…
Reference in a new issue