We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 476c7f9 commit f058710Copy full SHA for f058710
1 file changed
src/frequenz/dispatch/_bg_service.py
@@ -228,7 +228,7 @@ def start(self) -> None:
228
"""Start the background service."""
229
self._tasks.add(asyncio.create_task(self._run()))
230
231
- async def _run(self) -> None:
+ async def _run(self) -> None: # pylint: disable=too-many-branches
232
"""Run the background service."""
233
_logger.info(
234
"Starting dispatching background service for microgrid %s",
0 commit comments