Skip to content

Commit

Permalink
fix(context-diagram): Remove interface direction correction
Browse files Browse the repository at this point in the history
This didn't work and wasn't necessary.
  • Loading branch information
ewuerger committed Jul 15, 2024
1 parent fd9ad24 commit 2263569
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions capellambse_context_diagrams/collectors/exchanges.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,6 @@ def add_interface(self) -> None:
)
src, tgt = generic.exchange_data_collector(ex_data)
assert self.right is not None
if self.get_source(self.obj).uuid == self.right.id:
self.data.edges[-1].sources = [tgt.uuid]
self.data.edges[-1].targets = [src.uuid]

assert self.left is not None
self.left.ports.append(makers.make_port(src.uuid))
self.right.ports.append(makers.make_port(tgt.uuid))
Expand Down

0 comments on commit 2263569

Please sign in to comment.