Skip to content
Snippets Groups Projects
Commit 775edfe4 authored by Simon Künzel's avatar Simon Künzel
Browse files

Fix type

parent 9c1f3cc0
Branches
No related tags found
No related merge requests found
...@@ -463,7 +463,7 @@ courses.internal AS courses_internal ...@@ -463,7 +463,7 @@ courses.internal AS courses_internal
def _query_search( def _query_search(
table: str, table: str,
search_columns: list[str], search_columns: list,
join_clause: str or None, join_clause: str or None,
extra_select_columns: str or None, extra_select_columns: str or None,
where_clause: str or None, where_clause: str or None,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment