Skip to content

Commit 97ec561

Browse files
committed
style: apply black formatting to routes.py
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0172UnyRxAaMstpGgBsgipja
1 parent 4389283 commit 97ec561

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

netengine/api/routes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ async def list_realms(user: dict = Depends(require_auth)) -> dict[str, Any]:
569569
# Event queue / DLQ
570570
# ─────────────────────────────────────────────
571571

572+
572573
@router.get("/queues")
573574
async def get_queue_state(user: dict = Depends(require_auth)) -> dict[str, Any]:
574575
"""Return pgmq queue depths and DLQ state for all handler boundaries."""

0 commit comments

Comments
 (0)