mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 11:16:07 +02:00
linting
This commit is contained in:
parent
4919e68606
commit
08d11fcf85
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ class DomainInformation(TimeStampedModel):
|
|||
existing_domain_info = cls.objects.filter(domain_request__id=domain_request.id).first()
|
||||
if existing_domain_info:
|
||||
logger.info(
|
||||
f"create_from_da() -> Shortcircuting create on {existing_domain_info}. "
|
||||
f"create_from_da() -> Shortcircuting create on {existing_domain_info}. "
|
||||
"This record already exists. No values updated!"
|
||||
)
|
||||
return existing_domain_info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue