Skip to content

Commit 4cf02e1

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_slurm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def test_write_queue(self):
295295
working_directory=None,
296296
cores=10,
297297
memory_max=None,
298-
run_time_max=4320*60,
298+
run_time_max=4320 * 60,
299299
command='echo "hello"',
300300
partition="slurm",
301301
)
@@ -321,7 +321,7 @@ def test_write_queue_extra_keywords(self):
321321
working_directory=None,
322322
cores=10,
323323
memory_max=None,
324-
run_time_max=4320*60,
324+
run_time_max=4320 * 60,
325325
command='echo "hello"',
326326
partition="slurm",
327327
)

0 commit comments

Comments
 (0)