Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 26, 2024
1 parent 4ba5a71 commit eeb64cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest_framework_simplejwt/tokens.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def for_user(cls: Type[T], user: AuthUser) -> T:
def for_validated_user(cls: Type[T], user: AuthUser) -> T:
"""
Returns an authorization token for the given user.
This DOES NOT check if the provided user validates the ``USER_AUTHENTICATION_RULE``.
Use :meth:`for_user` to have the user validated.
"""
Expand Down

0 comments on commit eeb64cc

Please sign in to comment.