From bbcf4d5fbc6724f91394fa0bf1c376d79d3cfdca Mon Sep 17 00:00:00 2001 From: Daniel Valenzuela Date: Mon, 2 Dec 2024 22:16:56 -0300 Subject: [PATCH] fix: add index config docstring --- openedx/core/djangoapps/content/search/index_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openedx/core/djangoapps/content/search/index_config.py b/openedx/core/djangoapps/content/search/index_config.py index e60db0e28dc7..9570956e425e 100644 --- a/openedx/core/djangoapps/content/search/index_config.py +++ b/openedx/core/djangoapps/content/search/index_config.py @@ -1,3 +1,4 @@ +"""Configuration for the search index.""" from .documents import Fields