Address ruff / formatting errors

This commit is contained in:
Hugh Brown
2026-03-03 14:28:03 -07:00
committed by Abhimanyu Saharan
parent 62d2378bdc
commit 916dace3c8
4 changed files with 58 additions and 30 deletions

View File

@@ -50,6 +50,7 @@ def _to_gateway_read(gateway: Gateway) -> GatewayRead:
updated_at=gateway.updated_at,
)
router = APIRouter(prefix="/gateways", tags=["gateways"])
SESSION_DEP = Depends(get_session)
AUTH_DEP = Depends(get_auth_context)