From 3b4b4413f76ce59a76f62d7732f372926da98343 Mon Sep 17 00:00:00 2001 From: Benjamin Nauck Date: Thu, 19 Sep 2024 01:26:13 +0200 Subject: [PATCH] Removes an unnecessary fixme comment --- src/Mod/Spreadsheet/importXLSX.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Spreadsheet/importXLSX.py b/src/Mod/Spreadsheet/importXLSX.py index d7c15cdf9e..eecdb3a859 100644 --- a/src/Mod/Spreadsheet/importXLSX.py +++ b/src/Mod/Spreadsheet/importXLSX.py @@ -329,7 +329,7 @@ def handleCells(cellList, actCellSheet, sList): if refType: cellType = getText(refType.childNodes) else: - cellType = "n" # FIXME: some cells don't have t and s attributes + cellType = "n" # print("reference: ", ref, ' Cell type: ', cellType)