From ba1816665e4edfe51d5551833ae8546c3dfea666 Mon Sep 17 00:00:00 2001 From: sebastianMindee Date: Fri, 6 Oct 2023 19:03:52 +0200 Subject: [PATCH] fix docstring --- mindee/product/fr/carte_vitale/carte_vitale_v1_document.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mindee/product/fr/carte_vitale/carte_vitale_v1_document.py b/mindee/product/fr/carte_vitale/carte_vitale_v1_document.py index e1b0e48c..a7cabd03 100644 --- a/mindee/product/fr/carte_vitale/carte_vitale_v1_document.py +++ b/mindee/product/fr/carte_vitale/carte_vitale_v1_document.py @@ -26,7 +26,6 @@ def __init__( :param raw_prediction: Raw prediction from HTTP response """ - self.given_names = [ StringField(prediction, page_id=page_id) for prediction in raw_prediction["given_names"]