chore(lint): remove trailing blank line in new backend modules
This commit is contained in:
@@ -72,4 +72,3 @@ class GatewayLeadBroadcastResponse(SQLModel):
|
|||||||
sent: int = 0
|
sent: int = 0
|
||||||
failed: int = 0
|
failed: int = 0
|
||||||
results: list[GatewayLeadBroadcastBoardResult] = Field(default_factory=list)
|
results: list[GatewayLeadBroadcastBoardResult] = Field(default_factory=list)
|
||||||
|
|
||||||
|
|||||||
@@ -105,4 +105,3 @@ async def ensure_board_lead_agent(
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
return agent, True
|
return agent, True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user