Skip to content

Commit

Permalink
fix: quality again try
Browse files Browse the repository at this point in the history
  • Loading branch information
AfaqShuaib09 committed Nov 10, 2023
1 parent 458d595 commit 64921c6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,8 @@ 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 64921c6

Please sign in to comment.