소스 검색

[brightcove] Remove unused import

Sergey M․ 10 년 전
부모
커밋
75eac8961e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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,
     int_or_none,
     parse_iso8601,
-    extract_attributes,
 )