Skip to content

Commit 470e247

Browse files
authored
Merge pull request #4 from opencollector/fix/remove-unused-annotation
Remove unused annotation.
2 parents 2d6a28f + 6ff7e07 commit 470e247

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/jntajis/xlsx_parser/parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ def end_element(self, name: str) -> typing.Optional[Handlers]:
218218
self.c -= 1
219219
if self.c < 0:
220220
if self._attlist is not None:
221-
value: typing.Union[str, OpenXMLFormula]
222221
self.outer.set_value(
223222
OpenXMLFormula(value=self._value, **self._attlist)
224223
if self._elem_type == "f"

0 commit comments

Comments
 (0)