mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-16 03:34:05 +00:00
[academicearth] remove unused imports
This commit is contained in:
parent
42393ce234
commit
946135aa2a
1 changed files with 0 additions and 5 deletions
|
@ -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):
|
||||||
|
|
Loading…
Add table
Reference in a new issue