Skip to content

Commit 33abd1b

Browse files
committed
Do not overwrite api key
1 parent 7279ac8 commit 33abd1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

alpaca_trade_api/polygon/rest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ class REST(object):
1717

1818
def __init__(self, api_key, staging=False):
1919
self._api_key = get_polygon_credentials(api_key)
20-
self._api_key = api_key
2120
self._staging = staging
2221
self._session = requests.Session()
2322

0 commit comments

Comments
 (0)