Skip to content

Commit 66dc514

Browse files
Removing unneeded imports
1 parent 3b8b760 commit 66dc514

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utils/subject_demographics.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
from pages.screening_subject_search.subject_demographic_page import (
1212
SubjectDemographicPage,
1313
)
14-
from utils.date_time_utils import DateTimeUtils
1514

1615

1716
class SubjectDemographicUtil:
@@ -26,7 +25,7 @@ def update_subject_dob(self, nhs_no: str, younger_subject: bool) -> None:
2625
2726
Args:
2827
nhs_no (str): The NHS number of the subject you want to update.
29-
younger_subject (bool): whether you want the subject to be younger (50-70) or older (75-100).
28+
younger_subject (bool): Whether you want the subject to be younger (50-70) or older (75-100).
3029
"""
3130
if younger_subject:
3231
end_date = datetime.today() - relativedelta(years=50)

0 commit comments

Comments
 (0)