Remove unused imports
[youtube-dl] / youtube_dl / extractor / theplatform.py
index 9206895116e7f1ff66eb9376ba2927adde98431a..61452e47d760cc76731f8e9bfbc319377cf84a25 100644 (file)
@@ -4,7 +4,6 @@ import json
 from .common import InfoExtractor
 from ..utils import (
     xpath_with_ns,
-    find_xpath_attr,
 )
 
 _x = lambda p: xpath_with_ns(p, {'smil': 'http://www.w3.org/2005/SMIL21/Language'})