style: format code for improved readability and consistency across multiple files

This commit is contained in:
Abhimanyu Saharan
2026-02-15 03:02:54 +05:30
parent 07df7d8962
commit 3c92dd5279
7 changed files with 18 additions and 10 deletions

View File

@@ -13,4 +13,3 @@ class HealthStatusResponse(SQLModel):
description="Indicates whether the probe check succeeded.",
examples=[True],
)