Skip to content

Commit

Permalink
chore: fix quality issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenmacdonald committed Oct 11, 2024
1 parent 9408b02 commit 0ebb43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx/core/djangoapps/xblock/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class CheckPerm(Enum):
def get_runtime(user: UserType):
"""
Return a new XBlockRuntime.
Each XBlockRuntime is bound to one user (and usually one request or one
celery task). It is typically used just to load and render a single block,
but the API _does_ allow a single runtime instance to load multiple blocks
Expand Down

0 comments on commit 0ebb43c

Please sign in to comment.