From 5e3b36241af26cd4a5ce2a0f5dd2a2609063a242 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Tue, 12 Dec 2023 15:25:42 -0600 Subject: [PATCH] bug fix: imports --- smart/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/smart/__init__.py b/smart/__init__.py index fc72270..c33bf85 100755 --- a/smart/__init__.py +++ b/smart/__init__.py @@ -16,8 +16,7 @@ import smart # import smart.files import uuid import typer -# import smart.info -from smart import info +import smart.info import json import os import transport