Skip to content

Commit

Permalink
chore: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-hashimoto committed Dec 11, 2024
1 parent 1260fd0 commit f9c76d3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/lcfs/web/api/compliance_report/summary_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,10 +734,6 @@ async def calculate_fuel_quantities(
await self.repo.aggregate_other_uses(compliance_report_id, fossil_derived)
)

# if not fossil_derived:
# fuel_quantities.update(
# await self.repo.aggregate_allocation_agreements(compliance_report_id)
# )
return dict(fuel_quantities)

@service_handler
Expand Down

0 comments on commit f9c76d3

Please sign in to comment.