mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-23 00:28:22 +03:00
formatting
This commit is contained in:
parent
306725a8d8
commit
7142c17759
@ -52,9 +52,7 @@ class PostProcessorApi(ABC):
|
|||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def update_config(
|
def update_config(self, update_type: EnrichmentConfigEnum, payload: Any) -> None:
|
||||||
self, update_type: EnrichmentConfigEnum, payload: Any
|
|
||||||
) -> None:
|
|
||||||
"""Handle a config change notification.
|
"""Handle a config change notification.
|
||||||
|
|
||||||
Called for every config update published under ``config/``.
|
Called for every config update published under ``config/``.
|
||||||
|
|||||||
@ -63,9 +63,7 @@ class RealTimeProcessorApi(ABC):
|
|||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def update_config(
|
def update_config(self, update_type: EnrichmentConfigEnum, payload: Any) -> None:
|
||||||
self, update_type: EnrichmentConfigEnum, payload: Any
|
|
||||||
) -> None:
|
|
||||||
"""Handle a config change notification.
|
"""Handle a config change notification.
|
||||||
|
|
||||||
Called for every config update published under ``config/``.
|
Called for every config update published under ``config/``.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user