Skip to content

Commit

Permalink
Fix newline issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ttt733 committed Mar 2, 2020
1 parent 7796a50 commit 842f946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpaca_trade_api/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,4 @@ def get_portfolio_history(
params['extended_hours'] = extended_hours
return PortfolioHistory(
self.get('/account/portfolio/history', data=params)
)
)

0 comments on commit 842f946

Please sign in to comment.