From 3ea368646ecfdb9ba66c211e0e9146f003c3098f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 10:06:29 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20[pre-commit.ci]=20Auto=20format?= =?UTF-8?q?=20from=20pre-commit.com=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_bsonjs_response_class.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/test_bsonjs_response_class.py b/tests/test_bsonjs_response_class.py index a40822f31..20b211832 100644 --- a/tests/test_bsonjs_response_class.py +++ b/tests/test_bsonjs_response_class.py @@ -23,6 +23,4 @@ def test_bsonjs_serialized_data(): with client: response = client.get("/bsonjs_keys") - assert response.content == bsonjs.loads( - json.dumps({"key": "Hello World"}) - ) + assert response.content == bsonjs.loads(json.dumps({"key": "Hello World"}))