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 12, 2024
1 parent b33191c commit b07a765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jupyter_scheduler/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ class SchedulerApp(ExtensionApp):
(r"scheduler/runtime_environments", RuntimeEnvironmentsHandler),
(r"scheduler/config", ConfigHandler),
(r"scheduler/worklows", WorkflowHandler),
(r"scheduler/worklows/{}".format(WORKFLOW_ID_REGEX), WorkflowHandler),
(fr"scheduler/worklows/{WORKFLOW_ID_REGEX}", WorkflowHandler),
(
fr"scheduler/worklows/{WORKFLOW_ID_REGEX}/run",
rf"scheduler/worklows/{WORKFLOW_ID_REGEX}/run",
WorkflowRunHandler,
),
]
Expand Down

0 comments on commit b07a765

Please sign in to comment.