Skip to content

Commit

Permalink
fix: black changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bodyangug committed Oct 4, 2023
1 parent c241e16 commit a5a40ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def search_count(search_id):
)
total_count += count_resp["hits"]["total"]["value"]
end = time.time()
total_time = round(((end - start) * (10 ** 3)), 3)
total_time = round(((end - start) * (10**3)), 3)
return {
"state": "SUCCESS",
"result": {"count": total_count, "time": total_time},
Expand Down

0 comments on commit a5a40ec

Please sign in to comment.