From 2830ba092356884fde89afe141dd611550034dac Mon Sep 17 00:00:00 2001 From: Yao Chi Date: Mon, 29 Jul 2024 17:46:44 +0800 Subject: [PATCH] reformat --- tests/test_examples.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_examples.py b/tests/test_examples.py index ed3afe7d..99425d8e 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -9,7 +9,8 @@ COMFY_HOST = os.getenv("COMFY_HOST", "127.0.0.1") COMFY_PORT = os.getenv("COMFY_PORT", "8188") BIZYAIR_KEY = os.getenv("BIZYAIR_KEY", "") - + + def test_comfyui(): chrome_options = Options() chrome_options.add_argument("--headless")