Skip to content

Commit 7e6aad7

Browse files
committed
Fix ruff
1 parent 0f3cf3d commit 7e6aad7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

opentelemetry-api/tests/attributes/test_attributes.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,4 +317,6 @@ def __str__(self):
317317

318318
# Verify we get a string back from the cleaner
319319
self.assertIsInstance(cleaned_value, str)
320-
self.assertEqual("<DummyWSGIRequest method=GET path=/example/>", cleaned_value)
320+
self.assertEqual(
321+
"<DummyWSGIRequest method=GET path=/example/>", cleaned_value
322+
)

0 commit comments

Comments
 (0)