From bcb6869e605bc44168a7ce0e390488a465398c97 Mon Sep 17 00:00:00 2001 From: andreparames Date: Tue, 27 Mar 2018 11:04:18 +0200 Subject: [PATCH] code cleanup --- email_template_configurator/tests/test_configurator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/email_template_configurator/tests/test_configurator.py b/email_template_configurator/tests/test_configurator.py index 22139f1b..7ce22ebe 100644 --- a/email_template_configurator/tests/test_configurator.py +++ b/email_template_configurator/tests/test_configurator.py @@ -27,7 +27,6 @@ class TestConfigurator(common.TransactionCase): ] for vals in placeholders_vals: placeholder = placeholders_obj.create(vals) - res = templates_obj.onchange({ 'placeholder_id': placeholder.id, 'placeholder_value': False,