浏览代码

bug fix ...

Steve Nyemba 1 年之前
父节点
当前提交
549cc20824
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      transport/__init__.py

+ 1 - 1
transport/__init__.py

@@ -18,7 +18,7 @@ Source Code is available under MIT License:
 """
 import numpy as np
 
-import sql, nosql, cloud, other
+from transport import sql, nosql, cloud, other
 import pandas as pd
 import json
 import os