From 67fc20fe2a4783ad59eed3ab0096b151c4ccecf4 Mon Sep 17 00:00:00 2001 From: Jean-Marie Place Date: Mon, 20 Feb 2023 12:34:32 +0100 Subject: [PATCH] cancel black formatting --- app/scodoc/sco_formations.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/app/scodoc/sco_formations.py b/app/scodoc/sco_formations.py index 7a77029e..a109cf5e 100644 --- a/app/scodoc/sco_formations.py +++ b/app/scodoc/sco_formations.py @@ -502,10 +502,13 @@ def formation_list_table(formation_id=None, args={}): else: but_locked = '' if editable and not locked: - but_suppr = '%s' % ( - f["formation_id"], - f["acronyme"].lower().replace(" ", "-"), - suppricon, + but_suppr = ( + '%s' + % ( + f["formation_id"], + f["acronyme"].lower().replace(" ", "-"), + suppricon, + ) ) else: but_suppr = ''