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 30, 2024
1 parent d62816e commit 597cef1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/aiida/engine/daemon/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import logging
import signal
import sys
import threading

from aiida.common.log import configure_logging
from aiida.engine.daemon.client import get_daemon_client
Expand All @@ -38,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 @@ -70,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 597cef1

Please sign in to comment.