diff --git a/launch/launch/launch_context.py b/launch/launch/launch_context.py index f7d91957c..84b23762d 100644 --- a/launch/launch/launch_context.py +++ b/launch/launch/launch_context.py @@ -119,7 +119,7 @@ def get_locals_as_dict(self) -> Dict[Text, Any]: """Access the context locals as a dictionary.""" return self._get_combined_locals() - @property + @property # noqa: A003 def locals(self): """Getter for the locals.""" class AttributeDict: