Skip to content

Commit 9095c06

Browse files
Fixed indentation
1 parent de64e7f commit 9095c06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/screening_subject_search/subject_demographic_page.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ def update_temporary_address(self, dict: dict) -> None:
140140
Updates the temporary address fields with the provided dictionary values.
141141
Args:
142142
dict (dict): A dictionary containing the temporary address details.
143-
Expected keys: 'valid_from', 'valid_to', 'address_line_1',
144-
'address_line_2', 'address_line_3', 'address_line_4', 'address_line_5'.
143+
Expected keys: 'valid_from', 'valid_to', 'address_line_1',
144+
'address_line_2', 'address_line_3', 'address_line_4', 'address_line_5'.
145145
"""
146146
# Click the link to show the temporary address fields
147147
if self.temporary_address_show_link.is_visible():

0 commit comments

Comments
 (0)