From 56812c019f1f7b8f75e7d9dae815e18c892ccf91 Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Tue, 28 Mar 2023 20:25:42 -0400 Subject: [PATCH] update black formatting for latest black version --- tiingo/api.py | 1 - tiingo/wsclient.py | 1 - 2 files changed, 2 deletions(-) diff --git a/tiingo/api.py b/tiingo/api.py index 9bd90b2..11f647c 100644 --- a/tiingo/api.py +++ b/tiingo/api.py @@ -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. diff --git a/tiingo/wsclient.py b/tiingo/wsclient.py index 63a7ff1..2f3ec6a 100644 --- a/tiingo/wsclient.py +++ b/tiingo/wsclient.py @@ -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