Fix missing test failures and patch double declared model

This commit is contained in:
Jack Kingsman
2026-04-03 14:15:19 -07:00
parent 55081d4a2d
commit 3ca4f7edf7
2 changed files with 24 additions and 17 deletions
-10
View File
@@ -870,16 +870,6 @@ class ContactActivityCounts(BaseModel):
last_week: int
class PathHashWidthStats(BaseModel):
total_packets: int
single_byte: int
double_byte: int
triple_byte: int
single_byte_pct: float
double_byte_pct: float
triple_byte_pct: float
class NoiseFloorSample(BaseModel):
timestamp: int = Field(description="Unix timestamp of the sampled reading")
noise_floor_dbm: int = Field(description="Noise floor in dBm")