Skip to content

Commit

Permalink
add default value to function argument
Browse files Browse the repository at this point in the history
  • Loading branch information
ozer550 committed Jan 8, 2025
1 parent be9d1f5 commit f769029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kolibri/core/content/utils/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f769029

Please sign in to comment.