From 7ebda23566298331efbb3a361925faeb96b1ddd9 Mon Sep 17 00:00:00 2001 From: Stefan Pratter Date: Tue, 12 Sep 2023 20:11:37 +0000 Subject: [PATCH] linting --- mainsite/settings/run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainsite/settings/run_tests.py b/mainsite/settings/run_tests.py index 297aa3ff..67bc7c12 100644 --- a/mainsite/settings/run_tests.py +++ b/mainsite/settings/run_tests.py @@ -64,7 +64,7 @@ CACHES["negative"] = { } CACHES["session"] = { "BACKEND": "django.core.cache.backends.locmem.LocMemCache", - "LOCATION": "session", + "LOCATION": "session", } # set to high amount so we dont trigger it during tests