Skip to content

Commit

Permalink
Merge pull request #228 from pyiron/executor
Browse files Browse the repository at this point in the history
Move executor import to separate module
  • Loading branch information
jan-janssen committed Oct 3, 2023
2 parents d093e41 + 4187aa7 commit 5080ab1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion pysqa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
__all__ = []

from pysqa.queueadapter import QueueAdapter
from pysqa.executor.executor import Executor

from ._version import get_versions

Expand Down
1 change: 1 addition & 0 deletions pysqa/executor/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from pysqa.executor.executor import Executor

0 comments on commit 5080ab1

Please sign in to comment.