Skip to content

Commit

Permalink
Small fix to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 9, 2024
1 parent a16e5e4 commit 6fa6948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/api/notes/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class MedicalNote(BaseModel):
The hospital admission identifier.
text : str
The content of the medical note.
timestamp : str
The timestamp of the note in ISO 8601 format.
timestamp : datetime
The timestamp of the note.
"""

note_id: str = Field(..., description="Unique identifier for the note")
Expand Down

0 comments on commit 6fa6948

Please sign in to comment.