Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dhood committed Jun 16, 2018
1 parent f16e060 commit 1c538c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launch/launch/event_handlers/on_process_exit.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ class OnProcessExit(EventHandler):
@overload
def __init__(
self, *,
target_action=None, # type: 'ExecuteProcess'
on_exit: SomeActionsType
target_action=None, # type: ExecuteProcess
on_exit # type: SomeActionsType
) -> None:
"""Overload which takes just actions."""
...
Expand Down

0 comments on commit 1c538c4

Please sign in to comment.