From 2aea5e0cb3fa92085bec51c4c0671a713b694967 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Tue, 12 Dec 2023 12:34:51 -0600 Subject: [PATCH] bug fix: import info --- smart/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart/__init__.py b/smart/__init__.py index 24dde23..fc72270 100755 --- a/smart/__init__.py +++ b/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