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] authored and andrii-i committed Nov 1, 2023
1 parent 9b3ca4f commit d905ff5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion jupyter_scheduler/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@
UpdateJob,
UpdateJobDefinition,
)
from jupyter_scheduler.orm import Job, JobDefinition, NotificationsConfigTable, create_session
from jupyter_scheduler.orm import (
Job,
JobDefinition,
NotificationsConfigTable,
create_session,
)
from jupyter_scheduler.utils import create_output_directory, create_output_filename


Expand Down

0 comments on commit d905ff5

Please sign in to comment.