chore(lint): remove trailing blank line in new backend modules

This commit is contained in:
Ishan (OpenClaw)
2026-02-07 10:11:13 +00:00
parent 2884c2d962
commit 70bef66132
2 changed files with 0 additions and 2 deletions

View File

@@ -72,4 +72,3 @@ class GatewayLeadBroadcastResponse(SQLModel):
sent: int = 0
failed: int = 0
results: list[GatewayLeadBroadcastBoardResult] = Field(default_factory=list)

View File

@@ -105,4 +105,3 @@ async def ensure_board_lead_agent(
pass
return agent, True