mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-28 20:13:46 +02:00
code cleanup - removed unnecessary note
This commit is contained in:
parent
9a8b236d5d
commit
94ed2c20b9
1 changed files with 0 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue