Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ranaroussi committed Jun 22, 2023
1 parent ee9c101 commit f7d71b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantstats/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def _prepare_returns(data, rf=0., nperiods=None):
return data


def download_returns(ticker, period="max",proxy=None):
def download_returns(ticker, period="max", proxy=None):
if isinstance(period, _pd.DatetimeIndex):
p = {"start": period[0], "proxy": proxy}
else:
Expand Down

0 comments on commit f7d71b0

Please sign in to comment.