fix: consolidate AveCloudClient to single implementation in services/ave/client.py

This commit is contained in:
shokollm
2026-04-09 10:06:16 +00:00
parent dd25d38e7e
commit 405b35c3ba
4 changed files with 18 additions and 72 deletions

View File

@@ -2,7 +2,7 @@ import uuid
import asyncio
from datetime import datetime
from typing import Dict, Any, List, Optional
from .ave_client import AveCloudClient
from ..ave.client import AveCloudClient
class BacktestEngine: