Skip to content

Commit d10c505

Browse files
authored
Merge pull request #117 from alpacahq/fix/polygonkey
Do not overwrite api key
2 parents 7279ac8 + 33abd1b commit d10c505

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)