We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d6a28f + 6ff7e07 commit 470e247Copy full SHA for 470e247
1 file changed
src/jntajis/xlsx_parser/parser.py
@@ -218,7 +218,6 @@ def end_element(self, name: str) -> typing.Optional[Handlers]:
218
self.c -= 1
219
if self.c < 0:
220
if self._attlist is not None:
221
- value: typing.Union[str, OpenXMLFormula]
222
self.outer.set_value(
223
OpenXMLFormula(value=self._value, **self._attlist)
224
if self._elem_type == "f"
0 commit comments