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 Jan 25, 2024
1 parent b9f2a9d commit 12d931b
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 @@ -76,7 +76,7 @@ class CreateArchitecture:

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

0 comments on commit 12d931b

Please sign in to comment.