Skip to content

Commit

Permalink
removed the trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattias Aabmets authored Nov 10, 2019
1 parent d64589c commit c2b6a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yfinance/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def history(self, period="1mo", interval="1d",
Optional. If passed as False, will suppress
error message printing to console.
"""

if start or period is None or period.lower() == "max":
if start is None:
start = -2208988800
Expand Down

0 comments on commit c2b6a45

Please sign in to comment.