Skip to content

Commit b4cff8c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9896327 commit b4cff8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

executorlib/backend/cache_parallel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def main() -> None:
4848
backend_write_file(
4949
file_name=file_name,
5050
output=result,
51-
runtime=time.time()-time_start,
51+
runtime=time.time() - time_start,
5252
)
5353
MPI.COMM_WORLD.Barrier()
5454

0 commit comments

Comments
 (0)