From 6643e891da929385fff03640d3ad8d1dc891d1c9 Mon Sep 17 00:00:00 2001 From: "Bobby (aider)" Date: Mon, 10 Feb 2025 22:40:20 -0800 Subject: [PATCH] fix: Add missing pandas import to resolve undefined name error --- src/streamlit_app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/streamlit_app.py b/src/streamlit_app.py index 48e4c31..a5c24ac 100644 --- a/src/streamlit_app.py +++ b/src/streamlit_app.py @@ -1,4 +1,5 @@ import streamlit as st +import pandas as pd from datetime import datetime import pytz from trading.journal import (