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 Aug 19, 2024
1 parent e97ac6a commit 77f7de1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion aiida_hyperqueue/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@
class HyperQueueJobResource(JobResource):
"""Class for HyperQueue job resources."""

_default_fields = ("num_cpus", "memory_mb", "num_machines", "num_mpiprocs_per_machine")
_default_fields = (
"num_cpus",
"memory_mb",
"num_machines",
"num_mpiprocs_per_machine",
)

_features = {
"can_query_by_user": False,
Expand Down

0 comments on commit 77f7de1

Please sign in to comment.