Skip to content

Commit 9543946

Browse files
Pigbibicursoragent
andcommitted
Fix ruff E402 import order in main.py.
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 190ebde commit 9543946

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
_runtime_target_enabled_env,
3434
load_platform_runtime_settings,
3535
)
36+
from strategy_registry import get_platform_profile_status_matrix
3637

3738
MARKET_CALENDAR = os.getenv("FIRSTRADE_MARKET_CALENDAR", "NYSE")
3839
MARKET_TIMEZONE = os.getenv("FIRSTRADE_MARKET_TIMEZONE", "America/New_York")
39-
from strategy_registry import get_platform_profile_status_matrix
4040

4141
app = Flask(__name__)
4242

0 commit comments

Comments
 (0)