aboutsummaryrefslogtreecommitdiff
path: root/minishell_test/suite/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'minishell_test/suite/__init__.py')
-rw-r--r--minishell_test/suite/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/minishell_test/suite/__init__.py b/minishell_test/suite/__init__.py
index 6f7f321..e7677b6 100644
--- a/minishell_test/suite/__init__.py
+++ b/minishell_test/suite/__init__.py
@@ -1,2 +1,2 @@
-from suite.suite import Suite # noqa: F401
-from suite.decorator import suite # noqa: F401
+from minishell_test.suite.suite import Suite # noqa: F401
+# from minishell_test.suite.decorator import suite # noqa: F401