Skip to content

Commit

Permalink
style: fix docstring style
Browse files Browse the repository at this point in the history
  • Loading branch information
nsprenkle committed May 31, 2024
1 parent 2ba92f7 commit f887540
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions openedx_filters/learning/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,8 +548,7 @@ def run_filter(cls, enrollments):

class RenderXBlockStarted(OpenEdxPublicFilter):
"""
Custom class used to intercept rendering of XBlock. Occurs after all context is created,
but before render.
Filter in between context generation and rendering of XBlock scope.
"""

filter_type = "org.openedx.learning.xblock.render.started.v1"
Expand Down

0 comments on commit f887540

Please sign in to comment.