Skip to content

Commit 867f4a8

Browse files
Addressing SonarQube issue
1 parent 80e3133 commit 867f4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/datasets/investigation_dataset_page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ def get_dataset_section(self, dataset_section_name: str) -> Locator | None:
576576
return section_found
577577

578578
def is_dataset_section_on_page(
579-
self, dataset_section: Union[str, List[str]], should_be_present: bool = True
579+
self, dataset_section: str | List[str], should_be_present: bool = True
580580
) -> None:
581581
"""
582582
Asserts whether the specified dataset section(s) are present or not on the page.

0 commit comments

Comments
 (0)