refactor: clean up imports and improve session key assertion formatting

This commit is contained in:
Abhimanyu Saharan
2026-02-11 10:47:32 +05:30
parent c09116b8f0
commit c3490630a4
5 changed files with 11 additions and 22 deletions

View File

@@ -12,8 +12,8 @@ from app.models.boards import Board
from app.models.gateways import Gateway
from app.services.openclaw.db_service import OpenClawDBService
from app.services.openclaw.gateway_resolver import (
get_gateway_for_board,
gateway_client_config,
get_gateway_for_board,
optional_gateway_client_config,
require_gateway_for_board,
)