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 1, 2024
1 parent 9ac94e9 commit db9b5a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oauthenticator/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def _auth_model_groups_key_default(self):
else:
return f"auth_state.{self.user_auth_state_key}.{self.claim_groups_key}"


# propagate any changes to claim_groups_key to auth_model_groups_key
@observe("claim_groups_key")
def _claim_groups_key_changed(self, change):
Expand Down

0 comments on commit db9b5a1

Please sign in to comment.