Skip to content

Commit

Permalink
Merge pull request #167 from aberlioz/chore/fix-shared_limit-typing
Browse files Browse the repository at this point in the history
chore(extensions) fix shared_limit typing
  • Loading branch information
thentgesMindee committed Jan 14, 2024
2 parents 90ec3ab + 9f097f1 commit 5c79615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slowapi/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ def limit(

def shared_limit(
self,
limit_value: Union[str, Callable[[str], str]],
limit_value: StrOrCallableStr,
scope: StrOrCallableStr,
key_func: Optional[Callable[..., str]] = None,
error_message: Optional[str] = None,
Expand Down

0 comments on commit 5c79615

Please sign in to comment.