[mlb] Remove unused import
authorSergey M․ <dstftw@gmail.com>
Thu, 9 Oct 2014 13:07:34 +0000 (20:07 +0700)
committerSergey M․ <dstftw@gmail.com>
Thu, 9 Oct 2014 13:07:34 +0000 (20:07 +0700)
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,
 )