Преглед изворни кода

[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):