Skip to content

Commit

Permalink
Update _utils_render_html.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rich-iannone committed Nov 30, 2023
1 parent e6f395e commit 62cdb04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions great_tables/_utils_render_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,7 @@ def create_columns_component_h(data: GTData) -> str:
# heading_style = next(styles_heading, {}).get('html_style', None)
heading_style = None

# Get the alignment for the current column from the `col_alignment` list
# by using the `h_var` value to obtain the index of the alignment value
# Get the alignment values for the first set of column labels
first_set_alignment = h_info.defaulted_align

level_1_spanners.append(
Expand Down

0 comments on commit 62cdb04

Please sign in to comment.