소스 검색

bug fix: import info

Steve Nyemba 1 년 전
부모
커밋
2aea5e0cb3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      smart/__init__.py

+ 1 - 1
smart/__init__.py

@@ -17,7 +17,7 @@ import smart
 import uuid
 import typer
 # import smart.info
-import info
+from smart import info
 import json
 import os
 import transport