Skip to content

Commit

Permalink
fix pre-commit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kore committed Nov 26, 2024
2 parents d6583f6 + b21f4ae commit 3d9ef6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions health_rec/update_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ 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 3d9ef6e

Please sign in to comment.