Skip to content

Commit

Permalink
fix update_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kore committed Nov 26, 2024
1 parent 3d9ef6e commit 3299c9e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions health_rec/update_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@ def prepare_document(service: Dict[str, Any]) -> Tuple[str, Dict[str, Any], str]
}

doc = " | ".join(f"{key}: {value}" for key, value in metadata.items() if value)
<<<<<<< HEAD
service_id = str(service.get("id", " "))
=======
service_id = str(service.get("id", ""))
>>>>>>> b21f4ae117c12a681b50f9100a7aa2be2dfec8ee

return doc, metadata, service_id

Expand Down

0 comments on commit 3299c9e

Please sign in to comment.