Skip to content

Commit db9db32

Browse files
authored
Revert "Executors types (#1345)" (#1360)
This reverts commit 533d50c. Signed-off-by: Tomoya Fujita <[email protected]>
1 parent d8f894f commit db9db32

File tree

7 files changed

+78
-140
lines changed

7 files changed

+78
-140
lines changed

rclpy/rclpy/callback_groups.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
from rclpy.service import Service
2525
from rclpy.waitable import Waitable
2626
from rclpy.guard_condition import GuardCondition
27-
Entity = Union[Subscription[Any], Timer, Client[Any, Any], Service[Any, Any],
28-
GuardCondition, Waitable[Any]]
27+
Entity = Union[Subscription, Timer, Client, Service, Waitable[Any], GuardCondition]
2928

3029

3130
class CallbackGroup:

0 commit comments

Comments
 (0)