diff --git a/oauthenticator/generic.py b/oauthenticator/generic.py index b2fc46a8..e9d1843d 100644 --- a/oauthenticator/generic.py +++ b/oauthenticator/generic.py @@ -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