Skip to content

Commit

Permalink
refactor: Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger authored Sep 17, 2024
1 parent 3963911 commit f9ed91e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion capellambse_context_diagrams/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ class type that stores all previously named classes.
pos = diagram.Vector2D(child.position.x, child.position.y)
if self._is_hierarchical(uuid):
# FIXME should this use `parent` instead?

pos += self.diagram[self._diagram.target.uuid].pos

element = diagram.Circle(
Expand Down

0 comments on commit f9ed91e

Please sign in to comment.