From 5f9416d2f6f897c6b7e57e61b2cdf2ea6c157459 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Wed, 18 Jan 2023 21:13:38 -0600 Subject: [PATCH] bug fix: removing unused library --- transport/mongo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transport/mongo.py b/transport/mongo.py index dc72598..0ceb1e0 100644 --- a/transport/mongo.py +++ b/transport/mongo.py @@ -7,7 +7,7 @@ This file is a wrapper around mongodb for reading/writing content against a mong from pymongo import MongoClient from bson.objectid import ObjectId from bson.binary import Binary -import nujson as json +# import nujson as json from datetime import datetime import pandas as pd import numpy as np