From e6634bb7a0f78330be7a3eef1df731f003bd7475 Mon Sep 17 00:00:00 2001 From: monsieurswag Date: Thu, 17 Oct 2024 20:47:23 +0200 Subject: [PATCH] Formatter --- backend/core/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/core/views.py b/backend/core/views.py index afef5fa94..2d290e56e 100644 --- a/backend/core/views.py +++ b/backend/core/views.py @@ -636,7 +636,7 @@ def duplicate(self, request, pk): justification=scenario.justification, ) - for field in ["applied_controls", "threats", "assets"] : + for field in ["applied_controls", "threats", "assets"]: duplicate_related_objects( scenario, duplicate_scenario,