From 041b2d7dc5c5c185414ecde8369788c225ed4607 Mon Sep 17 00:00:00 2001 From: raihan2000 Date: Sun, 20 Oct 2024 20:49:47 +0530 Subject: [PATCH] integration_tests.py: add kbs.main in import --- integration_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests.py b/integration_tests.py index 3d59a07..dd17702 100644 --- a/integration_tests.py +++ b/integration_tests.py @@ -38,7 +38,7 @@ def ctx() -> click.Context: def test_main_import(): - from main import cli + from kupferbootstrap.main import cli assert cli