Skip to content

Commit

Permalink
style: fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido committed Mar 19, 2024
1 parent b6c75f6 commit e30bdb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx/core/djangoapps/content/search/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e30bdb4

Please sign in to comment.