Skip to content

Commit

Permalink
style(dev): black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rezib committed Nov 6, 2024
1 parent 9e64bd0 commit c143dc8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dev/setup-dev-environment
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,11 @@ def main():
gateway = SlurmwebGateway()
gateway.render_conf(tmpdir, jwt_key_path, agents, args.ui, args.anonymous)
if args.service_message:
gateway.render_message(tmpdir, agents[0].cluster_status["users"], agents[0].cluster_status["groups"])
gateway.render_message(
tmpdir,
agents[0].cluster_status["users"],
agents[0].cluster_status["groups"],
)
gateway.launch()

logger.info("Development environment is ready, type ^c to stop")
Expand Down

0 comments on commit c143dc8

Please sign in to comment.