mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-13 06:28:24 +02:00
linted
This commit is contained in:
parent
87a9a3f9d6
commit
5ea77e2934
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ class Portfolio(TimeStampedModel):
|
||||||
help_text="Associated senior official",
|
help_text="Associated senior official",
|
||||||
unique=False,
|
unique=False,
|
||||||
null=True,
|
null=True,
|
||||||
blank=True
|
blank=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
organization_type = models.CharField(
|
organization_type = models.CharField(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue