Added tests to check for valid initialization arguments for TiingoWebsocketClient

This commit is contained in:
mohamedemad4
2020-09-10 12:02:00 +02:00
parent e5b89b3b33
commit fa6b010e9a

View File

@@ -5,7 +5,6 @@ try:
import thread
except ImportError:
import _thread as thread
import time
import json
from tiingo.exceptions import MissingRequiredArgumentError