Skip to content

Commit a154b5f

Browse files
As per PR 107 comments, Code change is implemented
1 parent 9e418e0 commit a154b5f

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
@@ -61,7 +61,7 @@ def by_description(cls, description: str) -> Optional["DiagnosisDateReasonType"]
6161
def by_description_case_insensitive(
6262
cls, description: str
6363
) -> Optional["DiagnosisDateReasonType"]:
64-
"""Returns the DiagnosisDateReasonType matching the given description. (case-insensitive)"""
64+
"""Returns the DiagnosisDateReasonType matching the given description. (case-insensitive)."""
6565
cls._build_maps()
6666
return cls._lowercase_descriptions.get(description.lower())
6767

0 commit comments

Comments
 (0)