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 8d00976 commit 380da62Copy full SHA for 380da62
diracx-db/src/diracx/db/sql/utils/base.py
@@ -241,7 +241,7 @@ async def _search(
241
distinct: bool = False,
242
per_page: int = 100,
243
page: int | None = None,
244
- ) -> tuple[int, list[dict[Any, Any]]]:
+ ) -> tuple[int, list[dict[str, Any]]]:
245
"""Search for elements in a table."""
246
# Find which columns to select
247
columns = _get_columns(table.__table__, parameters)
0 commit comments