Removed dead code.

This commit is contained in:
SET 2020-08-12 13:32:30 -03:00
parent bbea3ad328
commit a915ac63f1
1 changed files with 0 additions and 2 deletions

View File

@ -226,8 +226,6 @@ def write_xlsx(filename, groups, col_fields, head_names, cfg):
# First rowe for the information
r_info_start = 1 if cfg.xlsx.title else 0
max_width = cfg.xlsx.max_col_width
if max_width < 20:
max_width = 20
# #######################
# Create all the formats