Skip to content

Commit 6a805f0

Browse files
Pigbibiclaude
andcommitted
fix: 解决 stash pop 冲突标记残留
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 75cc6d7 commit 6a805f0

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

scripts/build_runtime_switch.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@
118118
"INCOME_LAYER_START_USD",
119119
"INCOME_LAYER_MAX_RATIO",
120120
)
121-
<<<<<<< Updated upstream
122121
MARKET_SIGNAL_RUNTIME_SUFFIXES = (
123122
"MARKET_SIGNAL_HANDOFF_INDEX_URI",
124123
"MARKET_SIGNAL_HANDOFF_MANIFEST_URI",
@@ -169,9 +168,6 @@
169168
OPTION_OVERLAY_VARIABLES = tuple(field.upper() for field in OPTION_OVERLAY_CONTROL_FIELDS)
170169
OPTION_OVERLAY_MODES = frozenset({"current", "enabled", "disabled"})
171170
OPTION_OVERLAY_PROFILE_PATH = ROOT / "web" / "strategy-switch-console" / "strategy-profiles.example.json"
172-
=======
173-
CASH_ONLY_EXECUTION_VARIABLE = "CASH_ONLY_EXECUTION"
174-
>>>>>>> Stashed changes
175171
RUNTIME_TARGET_VARIABLES = (
176172
"RUNTIME_TARGET_ENABLED",
177173
)
@@ -878,11 +874,7 @@ def _preserve_reserved_cash_fields(
878874
PLATFORM_CASH_ONLY_EXECUTION_VARIABLES.get(platform),
879875
CASH_ONLY_EXECUTION_VARIABLE,
880876
*INCOME_LAYER_VARIABLES,
881-
<<<<<<< Updated upstream
882877
*OPTION_OVERLAY_VARIABLES,
883-
=======
884-
CASH_ONLY_EXECUTION_VARIABLE,
885-
>>>>>>> Stashed changes
886878
*RUNTIME_TARGET_VARIABLES,
887879
*DCA_RUNTIME_VARIABLES,
888880
*IBIT_ZSCORE_EXIT_RUNTIME_VARIABLES,

0 commit comments

Comments
 (0)