Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Powers committed Dec 11, 2024
1 parent 48360c3 commit 69de8ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion util/project_allocation_mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,9 @@ def _with_relations(self, projects, fetch_balance=True, fetch_allocations=True):
def save_allocation(self, alloc, project_charge_code, host):
reformated_alloc = self.json_to_portal_alloc(alloc, project_charge_code)
reformated_alloc.save()
self._send_allocation_request_notification(project_charge_code, reformated_alloc)
self._send_allocation_request_notification(
project_charge_code, reformated_alloc
)

def save_project(self, proj, host=None):
allocations = self.get_attr(proj, "allocations")
Expand Down

0 comments on commit 69de8ee

Please sign in to comment.