Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee committed Oct 6, 2023
1 parent 7ddb74a commit ba18166
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mindee/product/fr/carte_vitale/carte_vitale_v1_document.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit ba18166

Please sign in to comment.