Skip to content

Commit 55c0ece

Browse files
committed
Apply ruff-format
1 parent 1da067b commit 55c0ece

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/test_json_util.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -424,9 +424,7 @@ def test_timestamp_with_extra_wrapper_fields(self):
424424
def test_timestamp_with_non_document_value(self):
425425
for value in ('["t", "i"]', '"ti"', "5"):
426426
with self.subTest(value=value):
427-
with self.assertRaisesRegex(
428-
TypeError, r"\$timestamp value must be a document"
429-
):
427+
with self.assertRaisesRegex(TypeError, r"\$timestamp value must be a document"):
430428
json_util.loads(f'{{"ts": {{"$timestamp": {value}}}}}')
431429

432430
def test_uuid_default(self):

0 commit comments

Comments
 (0)