Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Nov 26, 2024
1 parent 24e4ae7 commit 87df8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/v1/test_rate_limiter.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,4 +254,4 @@ def test_rate_limiter_refill_error():
global_max_tokens=499,
)
with pytest.raises(TypeError):
ramp._last_refill()
ramp._last_refill()

0 comments on commit 87df8ae

Please sign in to comment.