2
0
Эх сурвалжийг харах

[gamekings] remove unnecessary import

Philipp Hagemeister 12 жил өмнө
parent
commit
21ea3e06c9

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