Skip to content

Commit

Permalink
typing syntax fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dhood committed Jun 18, 2018
1 parent d3deb97 commit 6fbe7b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion launch/launch/events/process/signal_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class SignalProcess(ProcessTargetedEvent):
def __init__(
self, *,
signal_number, # type: signal_module.Signals
process_matcher # type: Callable[['ExecuteProcess'], bool
process_matcher # type: Callable[['ExecuteProcess'], bool]
) -> None:
"""
Constructor.
Expand Down
2 changes: 1 addition & 1 deletion launch_ros/launch_ros/actions/lifecycle_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class LifecycleNode(Node):

def __init__(
self, *,
node_name, # type: Text,
node_name, # type: Text
**kwargs
) -> None:
"""
Expand Down

0 comments on commit 6fbe7b7

Please sign in to comment.