removed uneeded import

This commit is contained in:
mohamedemad4
2020-10-04 06:33:53 +02:00
parent d9cb8947fb
commit 716a5b6b48

View File

@@ -1,10 +1,5 @@
import os
import websocket
#to import the correct version of thread regardless of python version
try:
import thread
except ImportError:
import _thread as thread
import json
from tiingo.exceptions import MissingRequiredArgumentError