Sfoglia il codice sorgente

[gamekings] remove unnecessary import

Philipp Hagemeister 12 anni fa
parent
commit
21ea3e06c9
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  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):