Skip to content

Commit a5a40ec

Browse files
committed
fix: black changes
1 parent c241e16 commit a5a40ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/indigo-service/backend/service/elastic/service/v3/libraries_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ def search_count(search_id):
342342
)
343343
total_count += count_resp["hits"]["total"]["value"]
344344
end = time.time()
345-
total_time = round(((end - start) * (10 ** 3)), 3)
345+
total_time = round(((end - start) * (10**3)), 3)
346346
return {
347347
"state": "SUCCESS",
348348
"result": {"count": total_count, "time": total_time},

0 commit comments

Comments
 (0)