浏览代码

[wayofthemaster] Remove unused import

Philipp Hagemeister 11 年之前
父节点
当前提交
54036b3991
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      youtube_dl/extractor/wayofthemaster.py

+ 0 - 1
youtube_dl/extractor/wayofthemaster.py

@@ -3,7 +3,6 @@ from __future__ import unicode_literals
 import re
 import re
 
 
 from .common import InfoExtractor
 from .common import InfoExtractor
-from ..utils import determine_ext
 
 
 
 
 class WayOfTheMasterIE(InfoExtractor):
 class WayOfTheMasterIE(InfoExtractor):