mirror of
https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git
synced 2025-08-02 19:41:26 +00:00
apply black formatting to previous commit
This commit is contained in:
@@ -184,7 +184,6 @@ class MarketData:
|
||||
"from": from_date,
|
||||
},
|
||||
):
|
||||
|
||||
df = pd.DataFrame(
|
||||
data, columns=["Date", "Open", "High", "Low", "Close"]
|
||||
).dropna()
|
||||
|
Reference in New Issue
Block a user