소스 검색

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