Linting and fix existing unit test

This commit is contained in:
zandercymatics 2024-08-09 13:53:54 -06:00
parent 2863e29d96
commit 4be1e3e29e
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
5 changed files with 11 additions and 42 deletions

View file

@ -77,6 +77,7 @@ class PortfolioSeniorOfficialForm(forms.ModelForm):
JOIN = "senior_official"
full_name = forms.CharField(label="Full name", required=False)
class Meta:
model = SeniorOfficial
fields = [