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 24, 2023
1 parent 3ec9609 commit 17110c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sect/core/trapezoidal/graph.py
Expand Up @@ -283,7 +283,7 @@ def add_edge_to_first_trapezoid(graph: Graph,


def add_edge_to_last_trapezoid(
graph: Trapezoid,
graph: Graph,
trapezoid: Trapezoid,
edge: Edge,
prev_above: Trapezoid,
Expand Down

0 comments on commit 17110c3

Please sign in to comment.