From 2cfd5ed55325cbb0596a93d8f56183af73bb29a2 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Tue, 12 Dec 2023 12:32:01 -0600 Subject: [PATCH] bug fix: import info --- smart/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/smart/__init__.py b/smart/__init__.py index b3426e3..24dde23 100755 --- a/smart/__init__.py +++ b/smart/__init__.py @@ -17,6 +17,7 @@ import smart import uuid import typer # import smart.info +import info import json import os import transport