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