Skip to content

Commit

Permalink
fix: remove type annotations for which no use case exists
Browse files Browse the repository at this point in the history
Signed-off-by: ymski <[email protected]>
  • Loading branch information
ymski committed Mar 15, 2024
1 parent bd9282f commit 6967232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros2caret/verb/create_architecture.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class CreateArchitecture:

def __init__(
self,
trace_dir: str | list[str],
trace_dir: list[str],
max_callback_construction_order_on_path_searching: int,
architecture: Optional[Architecture] = None
) -> None:
Expand Down

0 comments on commit 6967232

Please sign in to comment.