Skip to content

Commit 7ceed15

Browse files
committed
fix: restore runtime config default profile export
1 parent 351d193 commit 7ceed15

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

runtime_config_support.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
from typing import Callable
66

77
from strategy_registry import (
8+
DEFAULT_STRATEGY_PROFILE as PLATFORM_DEFAULT_STRATEGY_PROFILE,
89
LONGBRIDGE_PLATFORM,
910
resolve_strategy_definition,
1011
)
1112

1213
DEFAULT_ACCOUNT_REGION = "DEFAULT"
14+
DEFAULT_STRATEGY_PROFILE = PLATFORM_DEFAULT_STRATEGY_PROFILE
1315

1416

1517
@dataclass(frozen=True)

0 commit comments

Comments
 (0)