Skip to content

Commit 0a54cc4

Browse files
committed
fix: restore runtime config default profile export
1 parent e80f3c9 commit 0a54cc4

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
@@ -6,11 +6,13 @@
66
from typing import Any, Callable
77

88
from strategy_registry import (
9+
DEFAULT_STRATEGY_PROFILE as PLATFORM_DEFAULT_STRATEGY_PROFILE,
910
IBKR_PLATFORM,
1011
resolve_strategy_definition,
1112
)
1213

1314
DEFAULT_ACCOUNT_GROUP = "default"
15+
DEFAULT_STRATEGY_PROFILE = PLATFORM_DEFAULT_STRATEGY_PROFILE
1416

1517

1618
@dataclass(frozen=True)

0 commit comments

Comments
 (0)