From e26883e68eb7bb1c15506edad97d802e4a3ab168 Mon Sep 17 00:00:00 2001 From: dborges Date: Tue, 11 Jul 2023 08:54:05 +0000 Subject: [PATCH] Modificar 'validation/error_logging/error_message.py' --- validation/error_logging/error_message.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/validation/error_logging/error_message.py b/validation/error_logging/error_message.py index ad52e62..988caa4 100644 --- a/validation/error_logging/error_message.py +++ b/validation/error_logging/error_message.py @@ -452,11 +452,6 @@ class ErrorMessage(): return (f"The 'type' for strain with accessionNumber {self.pk} is incorrect." f"Your value is {self.value} and the accepted values are 1, 2.") - def STD64(self): - return (f"The 'status' for strain with accessionNumber {self.pk} is incorrect." - "When the type equal 2 the status must contain the type," - "if the type equal 2 the status must have a null value.") - def STD65(self): return (f"The 'status' for strain with accessionNumber {self.pk} is incorrect." "The structure should be 'type of .")