Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 28, 2024
1 parent e1ce2a0 commit 4cf02e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_slurm.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def test_write_queue(self):
working_directory=None,
cores=10,
memory_max=None,
run_time_max=4320*60,
run_time_max=4320 * 60,
command='echo "hello"',
partition="slurm",
)
Expand All @@ -321,7 +321,7 @@ def test_write_queue_extra_keywords(self):
working_directory=None,
cores=10,
memory_max=None,
run_time_max=4320*60,
run_time_max=4320 * 60,
command='echo "hello"',
partition="slurm",
)
Expand Down

0 comments on commit 4cf02e1

Please sign in to comment.