Skip to content

Commit

Permalink
Update tasks.py (#5185)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcouzens authored and djnakabaale committed Jul 9, 2024
1 parent 8cbfd22 commit d5c1c6d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions koku/masu/processor/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -836,9 +836,6 @@ def update_cost_model_costs(
None
"""
# Override cost model start date str to calculate costs for full month
LOG.info("overriding cost model start date to process full month")
start_date = DateHelper().month_start(start_date).strftime("%Y-%m-%d")
task_name = "masu.processor.tasks.update_cost_model_costs"
cache_args = [schema_name, provider_uuid, start_date, end_date]
if not synchronous:
Expand Down

0 comments on commit d5c1c6d

Please sign in to comment.