We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b85fa commit 50631d9Copy full SHA for 50631d9
launch/launch/event_handlers/on_process_io.py
@@ -27,7 +27,7 @@
27
from ..some_actions_type import SomeActionsType
28
29
if TYPE_CHECKING:
30
- from ..actions import ExecuteProcess # noqa: F401
+ from ..actions import ExecuteLocal # noqa: F401
31
32
33
class OnProcessIO(BaseEventHandler):
0 commit comments