diff --git a/capella2polarion/converters/document_renderer.py b/capella2polarion/converters/document_renderer.py index 1a121e80..b0d12abd 100644 --- a/capella2polarion/converters/document_renderer.py +++ b/capella2polarion/converters/document_renderer.py @@ -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 @@ -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 ],