Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mdragon committed Feb 3, 2025
1 parent 7992147 commit 5c9542e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/src/db/models/opportunity_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,8 @@ def agency(self) -> str | None:
def top_level_agency_name(self) -> str | None:
if self.agency_record is not None and self.agency_record.top_level_agency is not None:
return self.agency_record.top_level_agency.agency_name

return self.agency_name

return self.agency_name

@property
def agency_name(self) -> str | None:
Expand Down

0 comments on commit 5c9542e

Please sign in to comment.