Skip to content

Commit

Permalink
fix: minor type hint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
micha91 committed Sep 3, 2024
1 parent 435636a commit 8d8e5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capella2polarion/converters/polarion_html_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def setup_env(self, env: jinja2.Environment):


def remove_table_ids(
html_content: str | list[html.HtmlComment],
html_content: str | list[html.HtmlElement],
) -> list[etree._Element]:
"""Remove the ID field from all tables.
Expand Down

0 comments on commit 8d8e5b6

Please sign in to comment.