Skip to content

Commit

Permalink
quality issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shimulch committed Nov 8, 2020
1 parent 3203448 commit 9e38038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lti_consumer/models.py
Expand Up @@ -317,7 +317,7 @@ class Meta:


@receiver(post_save, sender=LtiAgsScore)
def update_student_grade(sender, instance, **kwargs):
def update_student_grade(sender, instance, **kwargs): # pylint: disable=unused-argument
"""
Submit grade to xblock whenever score saved/updated and its
grading_progress is set to FullyGraded.
Expand Down

0 comments on commit 9e38038

Please sign in to comment.