mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-17 20:04:19 +01:00
update black formatting for latest black version
This commit is contained in:
@@ -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