refactor: update import paths for OpenClaw services to improve module organization

This commit is contained in:
Abhimanyu Saharan
2026-02-10 15:08:14 +05:30
parent 9aaf95715c
commit 6311418dcf
13 changed files with 29 additions and 17 deletions

View File

@@ -23,7 +23,8 @@ from app.schemas.gateways import (
GatewayUpdate,
)
from app.schemas.pagination import DefaultLimitOffsetPage
from app.services.openclaw import GatewayAdminLifecycleService, GatewayTemplateSyncQuery
from app.services.openclaw.admin_service import GatewayAdminLifecycleService
from app.services.openclaw.session_service import GatewayTemplateSyncQuery
if TYPE_CHECKING:
from fastapi_pagination.limit_offset import LimitOffsetPage