Skip to content

Commit

Permalink
ci: Fix type annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed Aug 26, 2024
1 parent 270965c commit df95180
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions capella2polarion/converters/document_renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def render_documents(
def _render_mixed_authority_documents(
self,
mixed_authority_configs: list[
document_config.FullAuthorityDocumentRenderingConfig
document_config.MixedAuthorityDocumentRenderingConfig
],
existing_documents: dict[
tuple[str, str], polarion_api.Document | None
Expand Down Expand Up @@ -401,7 +401,9 @@ def _render_mixed_authority_documents(

def _render_full_authority_documents(
self,
full_authority_configs,
full_authority_configs: list[
document_config.FullAuthorityDocumentRenderingConfig
],
existing_documents: dict[
tuple[str, str], polarion_api.Document | None
],
Expand Down

0 comments on commit df95180

Please sign in to comment.