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 May 3, 2024
1 parent 6dc6b06 commit 2ec7cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauthenticator/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def _claim_groups_key_changed(self, change):
# as it is not a direct replacement for this functionality
self.log.warning(
"{cls}.claim_groups_key is deprecated since OAuthenticatort 16.4, use {cls}.auth_state_groups_key instead",
cls=self.__class__.__name__
cls=self.__class__.__name__,
)
if callable(change.new):
# Automatically wrap the claim_gorups_key call so it gets what it thinks it should get
Expand Down

0 comments on commit 2ec7cdc

Please sign in to comment.