Conversation
|
|
| self._touch_actions: List['TouchAction'] = [] | ||
|
|
||
| def add(self, *touch_actions: 'TouchAction') -> None: | ||
| def add(self, *touch_actions: 'TouchAction') -> 'MultiAction': |
There was a problem hiding this comment.
where does it return?
There was a problem hiding this comment.
Updated. Just the docstring return value is updated now to align with the method's return value (None). Please check.
There was a problem hiding this comment.
we plan anyway to remove these endpoints soon, but for the sake of correctness lets have this patch merged
There was a problem hiding this comment.
Yes, I'm aware of that. After seeing it in the issues, I thought why not correct it for now.
|
Maybe proper fix is adding |
|
Thank you, I made #964 to return self. Maybe this is a proper correction |
This is for sure better, I will close my PR then. Thank you |
closes #956