removed unused import
Browse files- data_loader.py +0 -1
data_loader.py
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
import yfinance as yf
|
| 2 |
-
import pandas as pd
|
| 3 |
import streamlit as st
|
| 4 |
|
| 5 |
def load_data(ticker, start_date, end_date):
|
|
|
|
| 1 |
import yfinance as yf
|
|
|
|
| 2 |
import streamlit as st
|
| 3 |
|
| 4 |
def load_data(ticker, start_date, end_date):
|