From 716a5b6b486b488f67210db91ef22a4d268c0da9 Mon Sep 17 00:00:00 2001 From: mohamedemad4 Date: Sun, 4 Oct 2020 06:33:53 +0200 Subject: [PATCH] removed uneeded import --- tiingo/wsclient.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tiingo/wsclient.py b/tiingo/wsclient.py index 46d0148..01f8928 100644 --- a/tiingo/wsclient.py +++ b/tiingo/wsclient.py @@ -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