Skip to content

Commit 6a4b4ab

Browse files
committed
apply ruff formatting to test_loader.py
Assisted-by: Claude Sonnet 4.6
1 parent 77cb9f5 commit 6a4b4ab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

opentelemetry-sdk/tests/_configuration/file/test_loader.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,7 @@ def test_schema_validation_invalid_enum(self):
232232
with tempfile.NamedTemporaryFile(
233233
suffix=".yaml", delete=False, mode="w"
234234
) as temp_file:
235-
temp_file.write(
236-
'file_format: "1.0"\nlog_level: INVALID_LEVEL'
237-
)
235+
temp_file.write('file_format: "1.0"\nlog_level: INVALID_LEVEL')
238236
temp_path = temp_file.name
239237

240238
try:

0 commit comments

Comments
 (0)