Skip to content

Commit 2a25cdb

Browse files
committed
addressing sonarcube issues
1 parent c62cd1b commit 2a25cdb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

utils/table_util.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ def __init__(self, page: Page, table_locator: str) -> None:
2626

2727
def get_column_index(self, column_name: str) -> int:
2828
"""
29-
Finds the column index dynamically based on column name.
30-
Works even if <thead> is missing and header is inside <tbody>.
29+
Finds the column index dynamically based on column name.
30+
Works even if <thead> is missing and header is inside <tbody>.
31+
3132
:param column_name: Name of the column (e.g., 'NHS Number')
3233
:return: 1-based column index or -1 if not found
3334
"""

0 commit comments

Comments
 (0)