Skip to content

Commit 7160696

Browse files
committed
Remove newline.
1 parent 46d5521 commit 7160696

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/agent_features/test_llm_custom_attributes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def test_llm_custom_attributes():
2626
assert transaction._llm_context_attrs == {"llm.test": "attr", "llm.test1": "attr1"}
2727

2828

29-
3029
@pytest.mark.parametrize("context_attrs", (None, "not-a-dict"))
3130
@background_task()
3231
def test_llm_custom_attributes_no_attrs(context_attrs):

0 commit comments

Comments
 (0)