Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Nov 21, 2023
1 parent c9ae294 commit 6188145
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pympipool/shell/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class SubprocessSingleExecutor(ExecutorBase):
"""
The pympipool.shell.SubprocessSingleExecutor is the internal worker for the pympipool.shell.SubprocessExecutor.
"""

def __init__(self):
super().__init__()
self._process = RaisingThread(
Expand Down Expand Up @@ -77,6 +78,7 @@ class SubprocessExecutor(ExecutorBase):
(False, "test", True)
"""

def __init__(
self,
max_workers=1,
Expand Down
1 change: 1 addition & 0 deletions pympipool/shell/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ class ShellExecutor(ExecutorBase):
>>> print(future_pattern.done(), future_pattern.result(), future_pattern.done())
(False, "0\n1\n2\n3\ndone\n", True)
"""

def __init__(self, *args, **kwargs):
super().__init__()
self._process = RaisingThread(
Expand Down

0 comments on commit 6188145

Please sign in to comment.