[wayofthemaster] Remove unused import
[youtube-dl] / youtube_dl / extractor / wayofthemaster.py
index c0723b8ebb6078a4c03f0b9cd76eb150cf021b1d..af7bb8b492a3bc731d95be4235a84d642e19cfa9 100644 (file)
@@ -3,7 +3,6 @@ from __future__ import unicode_literals
 import re
 
 from .common import InfoExtractor
-from ..utils import determine_ext
 
 
 class WayOfTheMasterIE(InfoExtractor):