refactor: Remove unnecessary whitespace and indentation in trading system page
This commit is contained in:
parent
6439412bb3
commit
5398d683b9
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user