mirror of
https://github.com/google/bumble.git
synced 2026-05-08 03:58:01 +00:00
Revert "update to black formatter 25.1"
This reverts commit c034297bc0.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user