1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-11-22 02:01:50 +00:00

[comedycentral] Remove unused import

This commit is contained in:
Sergey M․ 2015-03-22 08:23:38 +06:00
parent cf2e2eb1c0
commit 1a4123de04

View file

@ -2,7 +2,6 @@ from __future__ import unicode_literals
import re
from .common import InfoExtractor
from .mtv import MTVServicesInfoExtractor
from ..compat import (
compat_str,