From edbdc53b7901fa261a774f1229ed2839c3a94e2f Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Sat, 2 Mar 2024 23:17:17 +1100 Subject: [PATCH] break ruff --- tests/test_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_config.py b/tests/test_config.py index 740a4866dd0..eaa83c67e26 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -56,7 +56,7 @@ def test_use_init(patch_rootdir): # so that the values aren't read from ~invokeai/invokeai.yaml and # sys.argv respectively. from invokeai.app.services.config import InvokeAIAppConfig - + conf1 = InvokeAIAppConfig.get_config() assert conf1 conf1.parse_args(conf=init1, argv=[])