From 5398d683b99b6ecb7aa49c348d3185358d252821 Mon Sep 17 00:00:00 2001 From: "Bobby (aider)" Date: Thu, 13 Feb 2025 12:39:40 -0800 Subject: [PATCH] refactor: Remove unnecessary whitespace and indentation in trading system page --- src/pages/trading/trading_system_page.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pages/trading/trading_system_page.py b/src/pages/trading/trading_system_page.py index af6e18d..94f72a1 100644 --- a/src/pages/trading/trading_system_page.py +++ b/src/pages/trading/trading_system_page.py @@ -56,9 +56,6 @@ def trading_system_page(): except Exception as e: st.error(f"Error calculating position: {str(e)}") - - with portfolio_tab: - st.subheader("Portfolio Management") # Initialize portfolio if not in session state if 'portfolio' not in st.session_state: