Merge pull request #842 from hydrosquall/cameron.yick/update-black

feat: apply latest black python formatting
This commit is contained in:
Cameron Yick
2023-03-28 20:31:59 -04:00
committed by GitHub
2 changed files with 0 additions and 2 deletions

View File

@@ -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.

View File

@@ -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