Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Nov 15, 2024
1 parent 0e56890 commit 9ad5619
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions executorlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,7 @@ def __new__(
init_function=init_function,
disable_dependencies=disable_dependencies,
)
elif not disable_dependencies and (
plot_dependency_graph or "_allocation" in backend
):
elif not disable_dependencies:
_check_pysqa_config_directory(pysqa_config_directory=pysqa_config_directory)
return ExecutorWithDependencies(
max_workers=max_workers,
Expand Down

0 comments on commit 9ad5619

Please sign in to comment.