Browse Source

[brightcove] Remove unused import

Sergey M․ 9 years ago
parent
commit
75eac8961e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/extractor/brightcove.py

+ 0 - 1
youtube_dl/extractor/brightcove.py

@@ -26,7 +26,6 @@ from ..utils import (
     float_or_none,
     float_or_none,
     int_or_none,
     int_or_none,
     parse_iso8601,
     parse_iso8601,
-    extract_attributes,
 )
 )