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/queries/test_sqlcompiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/queries/test_sqlcompiler.py') diff --git a/tests/queries/test_sqlcompiler.py b/tests/queries/test_sqlcompiler.py index 3116429c05..72a66ad07c 100644 --- a/tests/queries/test_sqlcompiler.py +++ b/tests/queries/test_sqlcompiler.py @@ -13,5 +13,5 @@ class SQLCompilerTest(SimpleTestCase): repr(compiler), f" " - f"using='default'>" + f"using='default'>", ) -- cgit v1.3