Skip to content

Commit a38af7a

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

jupyter_scheduler/scheduler.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,12 @@
3838
UpdateJob,
3939
UpdateJobDefinition,
4040
)
41-
from jupyter_scheduler.orm import Job, JobDefinition, NotificationsConfigTable, create_session
41+
from jupyter_scheduler.orm import (
42+
Job,
43+
JobDefinition,
44+
NotificationsConfigTable,
45+
create_session,
46+
)
4247
from jupyter_scheduler.utils import create_output_directory, create_output_filename
4348

4449

0 commit comments

Comments
 (0)