mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-10 10:33:11 +03:00
formatting
This commit is contained in:
parent
306725a8d8
commit
7142c17759
@ -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/``.
|
||||
|
||||
@ -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/``.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user