refactor: update import paths for OpenClaw services to improve module organization
This commit is contained in:
@@ -7,8 +7,8 @@ from uuid import UUID, uuid4
|
||||
|
||||
import pytest
|
||||
|
||||
from app.services.openclaw import GatewayAgentIdentity
|
||||
from app.services.openclaw import provisioning as agent_provisioning
|
||||
import app.services.openclaw.provisioning as agent_provisioning
|
||||
from app.services.openclaw.shared import GatewayAgentIdentity
|
||||
|
||||
|
||||
def test_slugify_normalizes_and_trims():
|
||||
|
||||
@@ -11,10 +11,10 @@ from uuid import UUID, uuid4
|
||||
import pytest
|
||||
from fastapi import HTTPException, status
|
||||
|
||||
import app.services.openclaw.coordination_service as coordination_lifecycle
|
||||
import app.services.openclaw.onboarding_service as onboarding_lifecycle
|
||||
from app.integrations.openclaw_gateway import GatewayConfig as GatewayClientConfig
|
||||
from app.integrations.openclaw_gateway import OpenClawGatewayError
|
||||
from app.services.openclaw import coordination_service as coordination_lifecycle
|
||||
from app.services.openclaw import onboarding_service as onboarding_lifecycle
|
||||
from app.services.openclaw.shared import GatewayAgentIdentity
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user