Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
doombeaker committed Jul 29, 2024
1 parent e08e969 commit 2830ba0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 2830ba0

Please sign in to comment.