adjusted line lengths

This commit is contained in:
asaki222 2024-10-25 11:19:07 -04:00
parent 72297b4a1c
commit 9b9e4064e4
No known key found for this signature in database
GPG key ID: 2C4F802060E06EA4
2 changed files with 4 additions and 2 deletions

View file

@ -1333,7 +1333,8 @@ class DomainRequest(TimeStampedModel):
return False
return True
"""the following converted_ property methods get their respective field names from portfolio, if the domain request has a portfolio. if it does not, it will get the info from the model itself."""
"""the following converted_ property methods get their respective field names from portfolio,
if the domain request has a portfolio. if it does not, it will get the info from the model itself."""
@property
def converted_organization_name(self):