Browse Source

[mlb] Remove unused import

Sergey M․ 11 years ago
parent
commit
b097b5f246
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/extractor/mlb.py

+ 0 - 1
youtube_dl/extractor/mlb.py

@@ -6,7 +6,6 @@ from .common import InfoExtractor
 from ..utils import (
 from ..utils import (
     parse_duration,
     parse_duration,
     parse_iso8601,
     parse_iso8601,
-    find_xpath_attr,
 )
 )