Skip to content

Commit

Permalink
🎨 formating
Browse files Browse the repository at this point in the history
  • Loading branch information
Rezenders committed Jan 18, 2024
1 parent 3cae8bb commit da5b8ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ros_typedb/ros_typedb/ros_typedb_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ def match_query_result_to_ros_msg(


def match_aggregate_query_result_to_ros_msg(
query_result: int | float | None) -> ros_typedb_msgs.srv.Query.Response:
query_result: int | float | None
) -> ros_typedb_msgs.srv.Query.Response:
"""
Convert match aggregate query result to :class:`ros_typedb_msgs.srv.Query`.
Expand Down

0 comments on commit da5b8ad

Please sign in to comment.