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 Mar 27, 2024
1 parent 9cdb6ae commit a28c881
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion jupyter_scheduler/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@
UpdateJobDefinition,
)
from jupyter_scheduler.orm import Job, JobDefinition, create_session
from jupyter_scheduler.utils import copy_directory, create_output_directory, create_output_filename
from jupyter_scheduler.utils import (
copy_directory,
create_output_directory,
create_output_filename,
)


class BaseScheduler(LoggingConfigurable):
Expand Down
2 changes: 1 addition & 1 deletion jupyter_scheduler/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json
import os
from datetime import datetime, timezone
import shutil
from datetime import datetime, timezone
from typing import List, Optional
from uuid import UUID

Expand Down

0 comments on commit a28c881

Please sign in to comment.