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

[wayofthemaster] Remove unused import

Philipp Hagemeister 11 жил өмнө
parent
commit
54036b3991

+ 0 - 1
youtube_dl/extractor/wayofthemaster.py

@@ -3,7 +3,6 @@ from __future__ import unicode_literals
 import re
 
 from .common import InfoExtractor
-from ..utils import determine_ext
 
 
 class WayOfTheMasterIE(InfoExtractor):