We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8c309 commit e7f1c8eCopy full SHA for e7f1c8e
source/app/business/tags.py
@@ -23,4 +23,4 @@
23
24
25
def tags_filter(title, namespace, pagination_parameters: PaginationParameters) -> Pagination:
26
- return get_filtered_tags(title, namespace, pagination_parameters)
+ return get_filtered_tags(title, namespace, pagination_parameters)
0 commit comments