Skip to content

Commit

Permalink
Revert "Executors types (#1345)" (#1360)
Browse files Browse the repository at this point in the history
This reverts commit 533d50c.

Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
  • Loading branch information
fujitatomoya authored Sep 18, 2024
1 parent d8f894f commit db9db32
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 140 deletions.
3 changes: 1 addition & 2 deletions rclpy/rclpy/callback_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
from rclpy.service import Service
from rclpy.waitable import Waitable
from rclpy.guard_condition import GuardCondition
Entity = Union[Subscription[Any], Timer, Client[Any, Any], Service[Any, Any],
GuardCondition, Waitable[Any]]
Entity = Union[Subscription, Timer, Client, Service, Waitable[Any], GuardCondition]


class CallbackGroup:
Expand Down
Loading

0 comments on commit db9db32

Please sign in to comment.