From f6f2631571af992783189e56b4c915e9b567822b Mon Sep 17 00:00:00 2001 From: Thomas Feldmann Date: Fri, 22 Mar 2024 21:13:26 +0100 Subject: [PATCH] fix tests --- tests/combined/test_example_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/combined/test_example_config.py b/tests/combined/test_example_config.py index 460c4c09..e2c554ba 100644 --- a/tests/combined/test_example_config.py +++ b/tests/combined/test_example_config.py @@ -1,5 +1,5 @@ from organize import Config -from organize.cli import EXAMPLE_CONFIG +from organize.find_config import EXAMPLE_CONFIG from organize.output import JSONL, Default