From 58f8ff42b0626e5156dceda86906f851eb221ba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B4mulo=20Penido?= Date: Wed, 17 Apr 2024 17:57:51 -0300 Subject: [PATCH] style: fix pylint --- openedx/core/djangoapps/content/search/tests/test_handlers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openedx/core/djangoapps/content/search/tests/test_handlers.py b/openedx/core/djangoapps/content/search/tests/test_handlers.py index 22beb6551f1f..f961cc9c779c 100644 --- a/openedx/core/djangoapps/content/search/tests/test_handlers.py +++ b/openedx/core/djangoapps/content/search/tests/test_handlers.py @@ -21,7 +21,6 @@ SearchAccess = {} - @patch("openedx.core.djangoapps.content.search.api._wait_for_meili_task", new=MagicMock(return_value=None)) @patch("openedx.core.djangoapps.content.search.api.MeilisearchClient") @override_settings(MEILISEARCH_ENABLED=True)