Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondJoseph committed Oct 17, 2023
1 parent e843acc commit a31c597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_in_micros_negative(s: float):
(0, -1.01, 1, 2, -1), # stop >= start + 0.99*-abs(step), included
(0, -1.75, 0.25, 8, -1.75),
(1, 10, -0.901, 10, 9.109), # length overrules step for direction
(10, 1, -0.901, 10, 1.891)
(10, 1, -0.901, 10, 1.891),
],
)
def test_step_to_num(
Expand Down

0 comments on commit a31c597

Please sign in to comment.