Skip to content

Commit

Permalink
Fix type annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed May 29, 2023
1 parent 839aa98 commit 2b735dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sect/core/trapezoidal/graph.py
Expand Up @@ -291,7 +291,7 @@ def add_edge_to_last_trapezoid(
prev_above: Trapezoid,
prev_below: Trapezoid,
prev_trapezoid: Trapezoid
) -> Tuple[Trapezoid, Trapezoid]:
) -> None:
if prev_above.above is trapezoid.above:
above = prev_above
above.right = edge.right
Expand Down

0 comments on commit 2b735dc

Please sign in to comment.