refactor: Remove unnecessary whitespace and indentation in trading system page

This commit is contained in:
Bobby (aider) 2025-02-13 12:39:40 -08:00
parent 6439412bb3
commit 5398d683b9

View File

@ -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: