Skip to content

Commit

Permalink
ci: Let black reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed Aug 23, 2024
1 parent a6f0686 commit 69f7f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions capella2polarion/converters/converter_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ def _force_link_config(self, links: t.Any) -> list[LinkConfig]:
config = LinkConfig(
capella_attr=(lid := link["capella_attr"]),
polarion_role=add_prefix(
(pid := link.get("polarion_role", lid)),
self._role_prefix
(pid := link.get("polarion_role", lid)),
self._role_prefix,
),
include=link.get("include", {}),
link_field=(lf := link.get("link_field", pid)),
Expand Down

0 comments on commit 69f7f16

Please sign in to comment.