Skip to content

Commit

Permalink
Fixed codespell errors (#156)
Browse files Browse the repository at this point in the history
* Codespell

* Update requirements for requests lib - add <2.32

---------

Co-authored-by: Кирилл Гарбар <[email protected]>
  • Loading branch information
Alex-Burmak and kirillgarbar authored May 28, 2024
1 parent 3f5b55f commit 147c6c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class RateLimiterStage(Handler):
"""
A bottleneck for controlling the number of data to prevent excessive loading.
Based on tocken bucket algorithm.
Based on token bucket algorithm.
"""

stype = StageType.STORAGE
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests>2.19
requests>2.19,<2.32
boto3<1.19
botocore<1.22
psutil
Expand Down

0 comments on commit 147c6c2

Please sign in to comment.