Skip to content

Commit

Permalink
fix: prevent errors raised from accessing .graded property
Browse files Browse the repository at this point in the history
This is a temporary commit, might be reverted. This commit is done to
make tests pass, so that other quality checks can run.
  • Loading branch information
Cup0fCoffee committed Dec 28, 2024
1 parent bf6bc9e commit f419080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx/core/djangoapps/xblock/runtime/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ def __init__(
id_reader=id_reader or OpaqueKeyReader(),
mixins=(
LmsBlockMixin, # Adds Non-deprecated LMS/Studio functionality
XBlockShim, # Adds deprecated LMS/Studio functionality / backwards compatibility
InheritanceMixin,
XBlockShim, # Adds deprecated LMS/Studio functionality / backwards compatibility
),
default_class=None,
select=None,
Expand Down

0 comments on commit f419080

Please sign in to comment.