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 c241e16 commit a5a40ecCopy full SHA for a5a40ec
utils/indigo-service/backend/service/elastic/service/v3/libraries_api.py
@@ -342,7 +342,7 @@ def search_count(search_id):
342
)
343
total_count += count_resp["hits"]["total"]["value"]
344
end = time.time()
345
- total_time = round(((end - start) * (10 ** 3)), 3)
+ total_time = round(((end - start) * (10**3)), 3)
346
return {
347
"state": "SUCCESS",
348
"result": {"count": total_count, "time": total_time},
0 commit comments