Skip to content

Commit 6436bbf

Browse files
committed
Fix whitespace issue
1 parent 8b5734b commit 6436bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alpaca_trade_api/polygon/rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def news(self, symbol):
150150
return NewsList(self.get(path))
151151

152152
def gainers_losers(self, direction="gainers"):
153-
path = '/snapshot/locale/us/markets/stocks/{}'.format(direction)
153+
path = '/snapshot/locale/us/markets/stocks/{}'.format(direction)
154154
return [
155155
Ticker(ticker) for ticker in
156156
self.get(path, version='v2')['tickers']

0 commit comments

Comments
 (0)