mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-18 12:24:18 +01:00
Merge pull request #842 from hydrosquall/cameron.yick/update-black
feat: apply latest black python formatting
This commit is contained in:
@@ -265,7 +265,6 @@ class TiingoClient(RestClient):
|
||||
frequency="daily",
|
||||
fmt="json",
|
||||
):
|
||||
|
||||
"""Return a pandas.DataFrame of historical prices for one or more ticker symbols.
|
||||
|
||||
By default, return latest EOD Composite Price for a list of stock tickers.
|
||||
|
||||
@@ -40,7 +40,6 @@ class TiingoWebsocketClient:
|
||||
"""
|
||||
|
||||
def __init__(self, config=None, endpoint=None, on_msg_cb=None):
|
||||
|
||||
self._base_url = "wss://api.tiingo.com"
|
||||
self.config = {} if config is None else config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user