mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-22 22:13:08 +03:00
Fix lint
This commit is contained in:
parent
88ddcde8d8
commit
97c6e46f34
|
@ -32,7 +32,8 @@ def timer(func, label, *args) -> None:
|
||||||
break
|
break
|
||||||
endtime = time.time()
|
endtime = time.time()
|
||||||
print(
|
print(
|
||||||
f"{label}: completed {x + 1} iterations in {endtime - starttime:.4f}s, {(endtime - starttime) / (x + 1.0):.6f}s per iteration"
|
f"{label}: completed {x + 1} iterations in {endtime - starttime:.4f}s, "
|
||||||
|
f"{(endtime - starttime) / (x + 1.0):.6f}s per iteration"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user