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 Nov 19, 2024
1 parent 307fb40 commit 52d9723
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions executorlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

from executorlib._version import get_versions as _get_versions
from executorlib.interactive.executor import (
ExecutorWithDependencies as _ExecutorWithDependencies
)
from executorlib.interactive.executor import (
create_executor as _create_executor
ExecutorWithDependencies as _ExecutorWithDependencies,
)
from executorlib.interactive.executor import create_executor as _create_executor
from executorlib.standalone.inputcheck import (
check_plot_dependency_graph as _check_plot_dependency_graph,
)
Expand Down

0 comments on commit 52d9723

Please sign in to comment.