code cleanup - removed unnecessary note

This commit is contained in:
David Kennedy 2025-01-09 07:33:32 -05:00
parent 9a8b236d5d
commit 94ed2c20b9
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -56,8 +56,6 @@ class DomainInvitation(TimeStampedModel):
Raises:
RuntimeError if no matching user can be found.
"""
# NOTE: this is currently not accounting for scenario when User.objects.get matches
# multiple user accounts with the same email address
# get a user with this email address
User = get_user_model()