Skip to content

Commit 39da140

Browse files
As per PR# 107 comments, code change is implemented.
1 parent 97c6263 commit 39da140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/diagnosis_date_reason_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ def get_valid_value_id(self) -> Optional[int]:
7878
return self._valid_value_id
7979

8080
def get_description(self) -> str:
81-
"""Returns the description for the reason for diagnosis date reason."""
81+
"""Returns the description for the reason for diagnosis date reason"""
8282
return self._description

0 commit comments

Comments
 (0)