Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
fix: return typing
Browse files Browse the repository at this point in the history
  • Loading branch information
engnadeau committed Aug 23, 2022
1 parent ff37f51 commit ff50e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def test_optimization():
) # type: ignore


def test_handler_validate_transform_mask():
def test_handler_validate_transform_mask() -> None:
"""Test."""
# test predesigned mask sequence
OptimizationHandler(robot=Robot.from_parameters(ur10()), tool_mask=[False] * 6)
Expand Down

0 comments on commit ff50e5e

Please sign in to comment.