Skip to content

Commit

Permalink
chore: address PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Apr 16, 2024
1 parent d3047c4 commit 45f6daa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openassessment/xblock/ui_mixins/legacy/handlers_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ def send_ora_submission_created_event(submission: dict) -> None:
Args:
submission (dict): The submission data
"""
# This import is here to avoid a circular import
from openassessment.xblock.openassessmentblock import OpenAssessmentBlock

file_downloads = OpenAssessmentBlock.get_download_urls_from_submission(
submission
)
file_downloads = OpenAssessmentBlock.get_download_urls_from_submission(submission)
# .. event_implemented_name: ORA_SUBMISSION_CREATED
ORA_SUBMISSION_CREATED.send_event(
submission=ORASubmissionData(
id=submission.get("uuid"),
Expand Down

0 comments on commit 45f6daa

Please sign in to comment.