Skip to content

Commit c64a53b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c5da5b0 commit c64a53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_scheduler/extension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class SchedulerApp(ExtensionApp):
3939
(r"scheduler/config", ConfigHandler),
4040
(r"scheduler/worklows", WorkflowHandler),
4141
(
42-
r"scheduler/worklows/{}/run".format(WORKFLOW_ID_REGEX),
42+
fr"scheduler/worklows/{WORKFLOW_ID_REGEX}/run",
4343
WorkflowRunHandler,
4444
),
4545
]

0 commit comments

Comments
 (0)