[academicearth] remove unused imports

This commit is contained in:
Philipp Hagemeister 2013-12-17 12:34:30 +01:00
parent 42393ce234
commit 946135aa2a
1 changed files with 0 additions and 5 deletions

View File

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