[extractor/common] Remove superfluous line
[youtube-dl] / youtube_dl / extractor / common.py
index 7fa46d295c3ecc21dce4bc13cf7b7b2e06f9077b..81623bfe3d6b2ff8b82b1baf1d8aeda749c38331 100644 (file)
@@ -36,7 +36,6 @@ from ..utils import (
 )
 
 
-
 class InfoExtractor(object):
     """Information Extractor class.