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 Oct 9, 2024
1 parent 417f392 commit f0d2cfd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions jupyter_scheduler/executors.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import io
import multiprocessing as mp
import os
from pathlib import Path
import shutil
import tarfile
import traceback
from abc import ABC, abstractmethod
from functools import lru_cache
from pathlib import Path
from typing import Dict, List

import fsspec
Expand All @@ -21,7 +21,11 @@
from jupyter_scheduler.parameterize import add_parameters
from jupyter_scheduler.scheduler import Scheduler
from jupyter_scheduler.utils import get_utc_timestamp
from jupyter_scheduler.workflows import CreateWorkflow, DescribeWorkflow, DescribeWorkflowDefinition
from jupyter_scheduler.workflows import (
CreateWorkflow,
DescribeWorkflow,
DescribeWorkflowDefinition,
)


class ExecutionManager(ABC):
Expand Down

0 comments on commit f0d2cfd

Please sign in to comment.