From a82896dafce4e1ec1625bf48d6db0a08cac30948 Mon Sep 17 00:00:00 2001
From: Rachel <rtorchet@pasteur.fr>
Date: Thu, 6 Aug 2020 21:51:01 +0200
Subject: [PATCH] Fix Black typo issue

---
 ippisite/ippidb/forms.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ippisite/ippidb/forms.py b/ippisite/ippidb/forms.py
index 59405308..fc4df4cf 100644
--- a/ippisite/ippidb/forms.py
+++ b/ippisite/ippidb/forms.py
@@ -424,7 +424,6 @@ class ComplexCompositionBaseFormSet(forms.BaseFormSet):
             if form.cleaned_data.get("DELETE", False):
                 continue
             complex_type_dict.add(form.cleaned_data.get("complex_type"))
-        print("test ",len(complex_type_dict))
         if self.has_bound and self.has_partner and len(complex_type_dict) < 2:
             self._non_form_errors.append(
                 _("You need at least one bound and one partner")
-- 
GitLab