From 090f1da56e663e9f840e307e73b5cf011cb7b061 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Sun, 18 Jan 2026 21:26:56 +0100 Subject: [6.0.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 392b8f946c..41fda970ae 100644 --- a/tests/postgres_tests/test_array.py +++ b/tests/postgres_tests/test_array.py @@ -1518,12 +1518,10 @@ class TestSplitFormWidget(PostgreSQLWidgetTestCase): "array", ["val1", "val2"], attrs={"id": "foo"}, - html=( - """ + html=(""" - """ - ), + """), ) def test_value_omitted_from_data(self): -- cgit v1.3