Merge branch 'compat-getenv-and-expanduser' of https://github.com/dstftw/youtube...
[youtube-dl] / youtube_dl / extractor / mlb.py
index 362c2b5c9815d79f6ce22220eef1065c796e0ff7..42aa2e227dcb1360af535c92a17edcbdf99f259c 100644 (file)
@@ -6,7 +6,6 @@ from .common import InfoExtractor
 from ..utils import (
     parse_duration,
     parse_iso8601,
-    find_xpath_attr,
 )