removed dead code

This commit is contained in:
2026-06-14 13:39:55 -04:00
parent d8e916dbe6
commit d916ea903c
-1
View File
@@ -169,7 +169,6 @@ def csv_id(row: dict[str, str | None], csv_path: Path, row_number: int) -> int |
except ValueError as error:
msg = f"{csv_path}:{row_number}: id must be an integer: {value}"
raise CatalogImportError(msg) from error
return None
if __name__ == "__main__":