Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Tyler committed Nov 11, 2024
1 parent 1d6037c commit a61b4f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion parsl/providers/slurm/slurm.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ class SlurmProvider(ClusterProvider, RepresentationMixin):
constraint : str
Slurm job constraint, often used to choose cpu or gpu type. If unspecified or ``None``, no constraint slurm directive will be added.
clusters : str
Slurm cluster name, or comma seperated cluster list, used to choose between different clusters in a federated Slurm instance. If unspecified or ``None``, no slurm directive for clusters will be added.
Slurm cluster name, or comma seperated cluster list, used to choose between different clusters in a federated Slurm instance.
If unspecified or ``None``, no slurm directive for clusters will be added.
channel : Channel
Channel for accessing this provider.
nodes_per_block : int
Expand Down

0 comments on commit a61b4f3

Please sign in to comment.