From 0ee44c674cf61efbca2056c40f3e4f2335aaeee6 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Sun, 18 Jan 2026 21:26:56 +0100 Subject: [5.2.x] Applied Black's 2026 stable style. https://github.com/psf/black/releases/tag/26.1.0 Backport of 6cff02078799b7c683a0d39630d49ab4fe532e7c from main. --- tests/postgres_tests/test_array.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tests/postgres_tests/test_array.py') diff --git a/tests/postgres_tests/test_array.py b/tests/postgres_tests/test_array.py index 9ad4ec16e9..15f8cc8c87 100644 --- a/tests/postgres_tests/test_array.py +++ b/tests/postgres_tests/test_array.py @@ -1516,12 +1516,10 @@ class TestSplitFormWidget(PostgreSQLWidgetTestCase): "array", ["val1", "val2"], attrs={"id": "foo"}, - html=( - """ + html=(""" - """ - ), + """), ) def test_value_omitted_from_data(self): -- cgit v1.3