Skip to content

Commit

Permalink
fix: quality fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AfaqShuaib09 committed Apr 29, 2024
1 parent 3ebf5c1 commit dc21391
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion course_discovery/apps/course_metadata/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@
)
from course_discovery.apps.course_metadata.constants import SUBDIRECTORY_SLUG_FORMAT_REGEX, PathwayType
from course_discovery.apps.course_metadata.fields import AutoSlugWithSlashesField, HtmlField, NullHtmlField
from course_discovery.apps.course_metadata.managers import DraftManager, CourseRunObjectsManager, CourseRunEverythingManager, CourseRunEverythingAllManager, CourseRunObjectsAllManager
from course_discovery.apps.course_metadata.managers import (
CourseRunEverythingAllManager, CourseRunEverythingManager, CourseRunObjectsAllManager, CourseRunObjectsManager,
DraftManager
)
from course_discovery.apps.course_metadata.people import MarketingSitePeople
from course_discovery.apps.course_metadata.publishers import (
CourseRunMarketingSitePublisher, ProgramMarketingSitePublisher
Expand Down

0 comments on commit dc21391

Please sign in to comment.