Skip to content

Commit a315a0f

Browse files
committed
removed a blank line
1 parent 83bb65c commit a315a0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lms/lmsdb/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,6 @@ def __str__(self):
490490
@pre_save(sender=SolutionAssessment)
491491
def assessment_on_save_handler(_model_class, instance, created):
492492
"""Change colors to hex."""
493-
494493
try:
495494
instance.color = get_hex_color(instance.color)
496495
except ValueError:

0 commit comments

Comments
 (0)