diff --git a/bdai_ros2_wrappers/bdai_ros2_wrappers/callables.py b/bdai_ros2_wrappers/bdai_ros2_wrappers/callables.py index 4a4ead1..1cbae33 100644 --- a/bdai_ros2_wrappers/bdai_ros2_wrappers/callables.py +++ b/bdai_ros2_wrappers/bdai_ros2_wrappers/callables.py @@ -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: