Skip to content

Commit

Permalink
fix: address quality failures
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Mar 26, 2024
1 parent eaa73c5 commit 9dae7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openassessment/xblock/utils/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import dateutil
from pytz import utc
from openassessment.assessment.api.peer import PeerGradingStrategy

from voluptuous import (
All,
Expand All @@ -16,6 +15,7 @@
Required,
Schema,
)
from openassessment.assessment.api.peer import PeerGradingStrategy
from openassessment.xblock.utils.defaults import DATE_CONFIG_MANUAL, DATE_CONFIG_SUBSECTION, DATE_CONFIG_COURSE_END
from openassessment.xblock.utils.editor_config import AVAILABLE_EDITORS

Expand Down

0 comments on commit 9dae7ac

Please sign in to comment.