mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-17 20:04:19 +01:00
Added tests to check for valid initialization arguments for TiingoWebsocketClient
This commit is contained in:
@@ -5,7 +5,6 @@ try:
|
||||
import thread
|
||||
except ImportError:
|
||||
import _thread as thread
|
||||
import time
|
||||
import json
|
||||
from tiingo.exceptions import MissingRequiredArgumentError
|
||||
|
||||
|
||||
Reference in New Issue
Block a user