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 Feb 1, 2025
1 parent fa36681 commit 660b811
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion executorlib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from typing import Callable, Optional

from executorlib._version import get_versions as _get_versions
from executorlib.interactive.create import create_executor as _create_executor
from executorlib.interactive.executor import (
ExecutorWithDependencies as _ExecutorWithDependencies,
)
from executorlib.interactive.create import create_executor as _create_executor
from executorlib.standalone.inputcheck import (
check_plot_dependency_graph as _check_plot_dependency_graph,
)
Expand Down
1 change: 0 additions & 1 deletion executorlib/interactive/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
pass



def create_executor(
max_workers: Optional[int] = None,
backend: str = "local",
Expand Down

0 comments on commit 660b811

Please sign in to comment.