From b097b5f2469e9df11c120b6338a38b28f951510c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sergey=20M=E2=80=A4?= Date: Thu, 9 Oct 2014 20:07:34 +0700 Subject: [PATCH] [mlb] Remove unused import --- youtube_dl/extractor/mlb.py | 1 - 1 file changed, 1 deletion(-) diff --git a/youtube_dl/extractor/mlb.py b/youtube_dl/extractor/mlb.py index 362c2b5c9..42aa2e227 100644 --- a/youtube_dl/extractor/mlb.py +++ b/youtube_dl/extractor/mlb.py @@ -6,7 +6,6 @@ from .common import InfoExtractor from ..utils import ( parse_duration, parse_iso8601, - find_xpath_attr, ) -- 2.30.2