Skip to content

Commit 842f946

Browse files
committed
Fix newline issue
1 parent 7796a50 commit 842f946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alpaca_trade_api/rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,4 +453,4 @@ def get_portfolio_history(
453453
params['extended_hours'] = extended_hours
454454
return PortfolioHistory(
455455
self.get('/account/portfolio/history', data=params)
456-
)
456+
)

0 commit comments

Comments
 (0)