update to black 25.1

This commit is contained in:
Gilles Boccon-Gibod
2025-08-04 19:32:52 -07:00
parent efdc770fde
commit 381032ceb9
4 changed files with 12 additions and 12 deletions

View File

@@ -49,7 +49,7 @@ _SERVICERS_HOOKS: list[Callable[[PandoraDevice, Config, grpc.aio.Server], None]]
def register_servicer_hook(
hook: Callable[[PandoraDevice, Config, grpc.aio.Server], None]
hook: Callable[[PandoraDevice, Config, grpc.aio.Server], None],
) -> None:
_SERVICERS_HOOKS.append(hook)