fix: Add missing pandas import to resolve undefined name error

This commit is contained in:
Bobby (aider) 2025-02-10 22:40:20 -08:00
parent 099c8b353e
commit 6643e891da

View File

@ -1,4 +1,5 @@
import streamlit as st import streamlit as st
import pandas as pd
from datetime import datetime from datetime import datetime
import pytz import pytz
from trading.journal import ( from trading.journal import (