浏览代码

[gamekings] remove unnecessary import

Philipp Hagemeister 12 年之前
父节点
当前提交
21ea3e06c9
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      youtube_dl/extractor/gamekings.py

+ 0 - 3
youtube_dl/extractor/gamekings.py

@@ -1,9 +1,6 @@
 import re
 
 from .common import InfoExtractor
-from ..utils import (
-    determine_ext,
-)
 
 
 class GamekingsIE(InfoExtractor):