Skip to content

Commit 10ad78f

Browse files
committed
addressing formatting issues
1 parent 1590580 commit 10ad78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/table_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def get_column_index(self, column_name: str) -> int:
3232
Works even if <thead> is missing and header is inside <tbody>.
3333
3434
Args:
35-
column_name(str): Name of the column (e.g., 'NHS Number')
35+
column_name(str): Name of the column (e.g., 'NHS Number')
3636
3737
Return:
3838
An int (1-based column index or -1 if not found)

0 commit comments

Comments
 (0)