Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tugark committed Sep 2, 2024
1 parent a2ffe71 commit eb75097
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions file_with_issue.py

This file was deleted.

2 changes: 1 addition & 1 deletion indexes/search_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def prepare_search_result_for_gb3(index: str, search_result: ObjectApiResponse,
raise HTTPException(status_code=500, detail="Index is not properly configured")

def get_results(index: str, search_result: ObjectApiResponse,
display_string_factory: Callable[dict, str]) -> SearchResult:
display_string_factory: Callable[dict, str], unused: str = "") -> SearchResult:
matches = []
hits = search_result["hits"]["hits"]
for hit in hits:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[tool.pytest.ini_options]
pythonpath = [
"."
]
]

0 comments on commit eb75097

Please sign in to comment.