Skip to content

Commit 50631d9

Browse files
committed
Fix import to address linter issue.
Distro A, OPSEC #4584. You may have additional rights; please see https://rosmilitary.org/faq/?category=ros-2-license Signed-off-by: matthew.lanting <[email protected]>
1 parent 96b85fa commit 50631d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launch/launch/event_handlers/on_process_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from ..some_actions_type import SomeActionsType
2828

2929
if TYPE_CHECKING:
30-
from ..actions import ExecuteProcess # noqa: F401
30+
from ..actions import ExecuteLocal # noqa: F401
3131

3232

3333
class OnProcessIO(BaseEventHandler):

0 commit comments

Comments
 (0)