mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2025-11-03 11:37:08 -05:00
[academicearth] remove unused imports
This commit is contained in:
@@ -1,11 +1,6 @@
|
|||||||
import datetime
|
|
||||||
import json
|
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from .common import InfoExtractor
|
from .common import InfoExtractor
|
||||||
from ..utils import (
|
|
||||||
remove_start,
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
class AcademicEarthCourseIE(InfoExtractor):
|
class AcademicEarthCourseIE(InfoExtractor):
|
||||||
|
|||||||
Reference in New Issue
Block a user