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 72c654df55
commit 3a1a6d35ee

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)