Removes an unnecessary fixme comment

This commit is contained in:
Benjamin Nauck
2024-09-19 01:26:13 +02:00
committed by Chris Hennes
parent ef26846c93
commit 3b4b4413f7

View File

@@ -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)