Skip to content

Commit c801c68

Browse files
committed
Add missing spaces for consistency
#184 (comment)
1 parent 779e5c0 commit c801c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flattentool/input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ def get_sheet_headings(self, sheet_name):
581581
return []
582582

583583
if self.vertical_orientation:
584-
return [cell.value for cell in worksheet[_get_column_letter(skip_rows+1)][configuration_line:]]
584+
return [cell.value for cell in worksheet[_get_column_letter(skip_rows + 1)][configuration_line:]]
585585

586586
try:
587587
return [cell.value for cell in worksheet[skip_rows + configuration_line + 1]]

0 commit comments

Comments
 (0)