mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 04:58:42 +02:00
linter and merge fixes
This commit is contained in:
parent
14944a970b
commit
95cd22d549
5 changed files with 7 additions and 5 deletions
|
@ -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?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue