Skip to content

Commit

Permalink
fix: typed argument
Browse files Browse the repository at this point in the history
  • Loading branch information
engnadeau committed Aug 23, 2022
1 parent e6e3687 commit a74299b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


@given(st.floats(allow_nan=False, allow_infinity=False))
def test_wrap_2_pi(angle) -> None:
def test_wrap_2_pi(angle: float) -> None:
"""
Test angle wrapping.
Expand Down

0 comments on commit a74299b

Please sign in to comment.