Skip to content

Commit

Permalink
fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Jan 9, 2025
1 parent 507d6b4 commit 4e19878
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mozilla_django_oidc_db/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ def __eq__(self, other) -> bool:
def __call__(self) -> list[str]:
return self.bits

def __hash__(self) -> int:
return hash(tuple(self.bits))


class ClaimField(ArrayField):
"""
Expand Down

0 comments on commit 4e19878

Please sign in to comment.