Skip to content

Commit

Permalink
All changes for latest ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbraza committed Jan 10, 2025
1 parent 31161bd commit 0da0b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmclient/rate_limiter.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
GLOBAL_RATE_LIMITER_TIMEOUT = float(os.environ.get("RATE_LIMITER_TIMEOUT", "60"))

MATCH_ALL = None
MatchAllInputs = Literal[None]
MatchAllInputs = Literal[None] # noqa: PYI061
MATCH_MACHINE_ID = "<machine_id>"

FALLBACK_RATE_LIMIT = RateLimitItemPerSecond(3, 1)
Expand Down

0 comments on commit 0da0b9c

Please sign in to comment.