Skip to content

Commit

Permalink
remove optional for input_nouns
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragunath1729 committed Nov 13, 2024
1 parent 6bf61c8 commit 222376a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambeq/backend/drawing/drawable.py
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ def _add_box_with_nouns(
off: int,
x_pos: float,
y_pos: float,
input_nouns: Optional[list[int]]
input_nouns: list[int]
) -> tuple[list[int], int, list[int]]:
"""Add a box to the graph, creating necessary wire endpoints.
Expand Down

0 comments on commit 222376a

Please sign in to comment.