Skip to content

Commit

Permalink
Run pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Nov 8, 2023
1 parent 994cc3d commit bc0a3e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ def job_sorter(self, job):
job.statepoint.replicate_idx,
)

return (job.statepoint.subproject, job.statepoint.num_particles,)
return (
job.statepoint.subproject,
job.statepoint.num_particles,
)


if __name__ == '__main__':
Expand Down

0 comments on commit bc0a3e8

Please sign in to comment.