Skip to content

Commit 134765b

Browse files
committed
code formatter
1 parent 674a665 commit 134765b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/generation/structured_output/test_basics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def generator():
2626
"""Create a generator instance for testing."""
2727
return Generator(max_tokens=1000, use_cache=False)
2828

29+
2930
@pytest.mark.skipif(
3031
not os.getenv("OPENAI_API_KEY") or not os.getenv("OPENAI_MODEL_NAME"),
3132
reason="OPENAI_API_KEY and OPENAI_MODEL_NAME environment variables are required for this test",

0 commit comments

Comments
 (0)