Skip to content

Commit

Permalink
fix: quality error
Browse files Browse the repository at this point in the history
  • Loading branch information
AfaqShuaib09 committed Nov 10, 2023
1 parent 64921c6 commit 9c7996c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions course_discovery/apps/course_metadata/data_loaders/csv_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,14 @@ def get_ingestion_stats(self):
'errors': self.error_logs
}

def _register_successful_ingestion(self, course_uuid, is_course_created, is_course_run_created, active_url_slug,
external_course_marketing_type=None):
def _register_successful_ingestion(
self,
course_uuid,
is_course_created,
is_course_run_created,
active_url_slug,
external_course_marketing_type=None
):
"""
Register the summary of a successful ingestion.
"""
Expand Down

0 comments on commit 9c7996c

Please sign in to comment.