Skip to content

Commit

Permalink
Please ruff
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <[email protected]>
  • Loading branch information
mhidalgo-bdai committed Aug 12, 2024
1 parent d6d9383 commit f548579
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bdai_ros2_wrappers/bdai_ros2_wrappers/callables.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ def __init__(self, prototype: Callable, transitional: bool) -> None:

@property
def transitional(self) -> bool:
"""Check whether this method is transitional or not."""
return self.legacy_overload is not None

def legacy(self, func: Callable) -> Callable:
Expand Down

0 comments on commit f548579

Please sign in to comment.