Skip to content

Commit

Permalink
remove yfinance debug arg
Browse files Browse the repository at this point in the history
  • Loading branch information
theOGognf committed Sep 19, 2023
1 parent 7e729df commit ef82f9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/finagg/yfinance/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def get(
start=start,
end=end,
auto_adjust=True,
debug=False,
)
df.index = pd.to_datetime(df.index).date.astype(str)
df = df.rename_axis("date").reset_index()
Expand Down

0 comments on commit ef82f9b

Please sign in to comment.