mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-17 20:04:19 +01:00
removed uneeded import
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user