Skip to content

Commit cd28c26

Browse files
committed
fix(ci): remove invalid f-string in csv2xlsx
1 parent 5481f25 commit cd28c26

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tools/csv2xlsx.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,9 @@ def main():
262262

263263
print(f"Loading CSV: {csv_path}")
264264
df = load_csv(csv_path)
265-
266-
print(f"Creating Excel file...")
267-
265+
266+
print("Creating Excel file...")
267+
268268
# Create workbook
269269
wb = openpyxl.Workbook()
270270
ws = wb.active

0 commit comments

Comments
 (0)