We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7279ac8 commit 33abd1bCopy full SHA for 33abd1b
alpaca_trade_api/polygon/rest.py
@@ -17,7 +17,6 @@ class REST(object):
17
18
def __init__(self, api_key, staging=False):
19
self._api_key = get_polygon_credentials(api_key)
20
- self._api_key = api_key
21
self._staging = staging
22
self._session = requests.Session()
23
0 commit comments