mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
style(proxy): format lifecycle coverage marker
This commit is contained in:
parent
03340aa15a
commit
4d8e3bb784
1 changed files with 3 additions and 1 deletions
|
|
@ -3709,7 +3709,9 @@ async def _run_background_health_check():
|
|||
await asyncio.sleep(health_check_interval)
|
||||
|
||||
|
||||
async def _reconcile_background_health_check_task() -> None: # pragma: no cover # async lifecycle covered by integration tests
|
||||
async def _reconcile_background_health_check_task() -> (
|
||||
None
|
||||
): # pragma: no cover # async lifecycle covered by integration tests
|
||||
global background_health_check_task, background_health_check_loop_active # noqa: PLW0603 # reload reconciliation updates module task state
|
||||
|
||||
if use_background_health_checks:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue