linter and merge fixes

This commit is contained in:
matthewswspence 2025-03-11 15:34:25 -05:00
parent 14944a970b
commit 95cd22d549
No known key found for this signature in database
GPG key ID: FB458202A7852BA4
5 changed files with 7 additions and 5 deletions

View file

@ -1439,6 +1439,7 @@ class DomainRequest(TimeStampedModel):
if self.portfolio:
return self.portfolio.federal_type == BranchChoices.EXECUTIVE
return False
def is_federal(self) -> Union[bool, None]:
"""Is this domain request for a federal agency?