From e30bdb4b5a6c6dbf0aa3d1157d9fa7292d777e63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B4mulo=20Penido?= Date: Tue, 19 Mar 2024 16:01:32 -0300 Subject: [PATCH] style: fix pep8 --- openedx/core/djangoapps/content/search/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openedx/core/djangoapps/content/search/api.py b/openedx/core/djangoapps/content/search/api.py index 60cd3a54bc8f..c3b902a9a32a 100644 --- a/openedx/core/djangoapps/content/search/api.py +++ b/openedx/core/djangoapps/content/search/api.py @@ -107,7 +107,7 @@ def _get_meili_api_key_uid(): if _MEILI_API_KEY_UID is not None: return _MEILI_API_KEY_UID - _MEILI_API_KEY_UID = _get_meilisearch_client().get_key(settings.MEILISEARCH_API_KEY).uid + _MEILI_API_KEY_UID = _get_meilisearch_client().get_key(settings.MEILISEARCH_API_KEY).uid def _wait_for_meili_task(info: TaskInfo) -> None: