瀏覽代碼

bug fix: removing unused library

Steve Nyemba 2 年之前
父節點
當前提交
5f9416d2f6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      transport/mongo.py

+ 1 - 1
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