Skip to content

Commit c44ae2e

Browse files
committed
Addressed commit error
1 parent f9982c1 commit c44ae2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/screening_subject_search/record_diagnosis_date_page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def get_alert_message(self) -> str:
4141
return self.alert_message.inner_text()
4242
else:
4343
return ""
44-
44+
4545
def record_diagnosis_date_with_reason(self, date: datetime, reason_text: str) -> None:
4646
"""
4747
Records a diagnosis date and selects a reason before saving.

0 commit comments

Comments
 (0)