Skip to content

Commit 5572660

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5746ae8 commit 5572660

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/aiida/engine/daemon/worker.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ async def shutdown_worker(runner: Runner) -> None:
3838

3939
LOGGER.info('Daemon worker stopped')
4040

41+
4142
def create_daemon_runner(manager: Manager) -> 'Runner':
4243
"""Create and return a new daemon runner.
4344
@@ -70,6 +71,7 @@ def create_daemon_runner(manager: Manager) -> 'Runner':
7071

7172
return runner
7273

74+
7375
def start_daemon_worker(foreground: bool = False) -> None:
7476
"""Start a daemon worker for the currently configured profile.
7577

0 commit comments

Comments
 (0)