Skip to content

Commit

Permalink
fix: docs lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pomegranited committed Mar 11, 2024
1 parent b5a7c83 commit c09d158
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions platform_plugin_aspects/extensions/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ class AddSupersetTab(PipelineStep):
Enable in the LMS by adding this stanza to OPEN_EDX_FILTERS_CONFIG:
"org.openedx.learning.instructor.dashboard.render.started.v1": {
"fail_silently": False,
"pipeline": [
"platform_plugin_aspects.extensions.filters.AddSupersetTab",
]
}
"org.openedx.learning.instructor.dashboard.render.started.v1": {
"fail_silently": False,
"pipeline": [
"platform_plugin_aspects.extensions.filters.AddSupersetTab",
]
}
"""

def run_filter(
Expand Down

0 comments on commit c09d158

Please sign in to comment.