aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-03-22 08:23:38 +0600
committerSergey M․ <dstftw@gmail.com>2015-03-22 08:23:38 +0600
commit1a4123de04d0168ef4a14e6064148eb248d65dc4 (patch)
tree7c3d9144d2e5b92dc470f3da903bd173d9431c84
parentcf2e2eb1c0b626f2d5f210ffd14642aceb0358e6 (diff)
downloadyoutube-dl-1a4123de04d0168ef4a14e6064148eb248d65dc4.tar.xz
[comedycentral] Remove unused import
-rw-r--r--youtube_dl/extractor/comedycentral.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/comedycentral.py b/youtube_dl/extractor/comedycentral.py
index 648a6f990..e5edcc84b 100644
--- a/youtube_dl/extractor/comedycentral.py
+++ b/youtube_dl/extractor/comedycentral.py
@@ -2,7 +2,6 @@ from __future__ import unicode_literals
import re
-from .common import InfoExtractor
from .mtv import MTVServicesInfoExtractor
from ..compat import (
compat_str,