formatting

This commit is contained in:
Josh Hawkins 2026-03-08 11:44:51 -05:00
parent 306725a8d8
commit 7142c17759
2 changed files with 2 additions and 6 deletions

View File

@ -52,9 +52,7 @@ class PostProcessorApi(ABC):
"""
pass
def update_config(
self, update_type: EnrichmentConfigEnum, payload: Any
) -> None:
def update_config(self, update_type: EnrichmentConfigEnum, payload: Any) -> None:
"""Handle a config change notification.
Called for every config update published under ``config/``.

View File

@ -63,9 +63,7 @@ class RealTimeProcessorApi(ABC):
"""
pass
def update_config(
self, update_type: EnrichmentConfigEnum, payload: Any
) -> None:
def update_config(self, update_type: EnrichmentConfigEnum, payload: Any) -> None:
"""Handle a config change notification.
Called for every config update published under ``config/``.