Skip to content

Commit 9583218

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

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
@@ -37,6 +37,7 @@ async def shutdown_worker(runner: Runner) -> None:
3737

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

40+
4041
def create_daemon_runner(manager: Manager) -> 'Runner':
4142
"""Create and return a new daemon runner.
4243
@@ -69,6 +70,7 @@ def create_daemon_runner(manager: Manager) -> 'Runner':
6970

7071
return runner
7172

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

0 commit comments

Comments
 (0)