From 9c19aff7c7561e3a82978a272ecdaad40dda5c00 Mon Sep 17 00:00:00 2001 From: django-bot Date: Thu, 3 Feb 2022 20:24:19 +0100 Subject: Refs #33476 -- Reformatted code with Black. --- tests/utils_tests/test_module/another_good_module.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'tests/utils_tests/test_module/another_good_module.py') diff --git a/tests/utils_tests/test_module/another_good_module.py b/tests/utils_tests/test_module/another_good_module.py index eccdaa4c59..7ab8224f5f 100644 --- a/tests/utils_tests/test_module/another_good_module.py +++ b/tests/utils_tests/test_module/another_good_module.py @@ -1,7 +1,9 @@ from . import site -content = 'Another Good Module' +content = "Another Good Module" -site._registry.update({ - 'lorem': 'ipsum', -}) +site._registry.update( + { + "lorem": "ipsum", + } +) -- cgit v1.3