Explorar el Código

[gamekings] remove unnecessary import

Philipp Hagemeister hace 12 años
padre
commit
21ea3e06c9
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  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):