[comedycentral] Remove unused import
authorSergey M․ <dstftw@gmail.com>
Sun, 22 Mar 2015 02:23:38 +0000 (08:23 +0600)
committerSergey M․ <dstftw@gmail.com>
Sun, 22 Mar 2015 02:23:38 +0000 (08:23 +0600)
youtube_dl/extractor/comedycentral.py

index 648a6f99084f16068d79bd59a115774c36376abc..e5edcc84b69ef7bdffdbb7ed158c901c560a7575 100644 (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,