mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-16 06:24:12 +02:00
Lint
This commit is contained in:
parent
8ee7c537ac
commit
0a079c0a86
1 changed files with 0 additions and 1 deletions
|
@ -111,7 +111,6 @@ class Command(BaseCommand):
|
||||||
{TerminalColors.ENDC}""", # noqa
|
{TerminalColors.ENDC}""", # noqa
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
# Get the fields that exist on both User and Contact. Excludes id.
|
# Get the fields that exist on both User and Contact. Excludes id.
|
||||||
common_fields = DomainHelper.get_common_fields(User, Contact)
|
common_fields = DomainHelper.get_common_fields(User, Contact)
|
||||||
if "email" in common_fields:
|
if "email" in common_fields:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue