Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 28, 2024
1 parent 01f92f7 commit 9583218
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/aiida/engine/daemon/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ async def shutdown_worker(runner: Runner) -> None:

LOGGER.info('Daemon worker stopped')


def create_daemon_runner(manager: Manager) -> 'Runner':
"""Create and return a new daemon runner.
Expand Down Expand Up @@ -69,6 +70,7 @@ def create_daemon_runner(manager: Manager) -> 'Runner':

return runner


def start_daemon_worker(foreground: bool = False) -> None:
"""Start a daemon worker for the currently configured profile.
Expand Down

0 comments on commit 9583218

Please sign in to comment.