Browse Source

Remove unused imports

Philipp Hagemeister 10 years ago
parent
commit
7c7a0d395c
2 changed files with 0 additions and 5 deletions
  1. 0 2
      youtube_dl/extractor/cnet.py
  2. 0 3
      youtube_dl/extractor/goldenmoustache.py

+ 0 - 2
youtube_dl/extractor/cnet.py

@@ -2,12 +2,10 @@
 from __future__ import unicode_literals
 
 import json
-import re
 
 from .common import InfoExtractor
 from ..utils import (
     ExtractorError,
-    int_or_none,
 )
 
 

+ 0 - 3
youtube_dl/extractor/goldenmoustache.py

@@ -1,9 +1,6 @@
 from __future__ import unicode_literals
 
 from .common import InfoExtractor
-from ..utils import (
-    int_or_none,
-)
 
 
 class GoldenMoustacheIE(InfoExtractor):