Browse Source

[academicearth] remove unused imports

Philipp Hagemeister 12 năm trước cách đây
mục cha
commit
946135aa2a
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  1. 0 5
      youtube_dl/extractor/academicearth.py

+ 0 - 5
youtube_dl/extractor/academicearth.py

@@ -1,11 +1,6 @@
-import datetime
-import json
 import re
 
 from .common import InfoExtractor
-from ..utils import (
-    remove_start,
-)
 
 
 class AcademicEarthCourseIE(InfoExtractor):