update black formatting for latest black version

This commit is contained in:
Cameron Yick
2023-03-28 20:25:42 -04:00
parent 1319e917ab
commit 56812c019f
2 changed files with 0 additions and 2 deletions

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