From f76902965584a7b67bfbd8b71a2355ccf94df454 Mon Sep 17 00:00:00 2001 From: ozer550 Date: Wed, 8 Jan 2025 12:12:48 +0530 Subject: [PATCH] add default value to function argument --- kolibri/core/content/utils/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kolibri/core/content/utils/search.py b/kolibri/core/content/utils/search.py index d77874a06c..a7cf56c05d 100644 --- a/kolibri/core/content/utils/search.py +++ b/kolibri/core/content/utils/search.py @@ -106,7 +106,7 @@ def template(self): def get_available_metadata_labels( # noqa: C901 - base_queryset, use_deprecated_channels_labels + base_queryset, use_deprecated_channels_labels=False ): from kolibri.core.device.models import ContentCacheKey