Skip to content

Commit

Permalink
Update view.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lcouzens authored Apr 24, 2024
1 parent b43681b commit ad379f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion koku/sources/api/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ def retrieve(self, request, *args, **kwargs):
response.data["last_payload_received_at"] = manager.get_last_received_data_datetime()
response.data["last_polling_time"] = manager.get_last_polling_time()
response.data["status"] = manager.get_state() # This holds the download/processing/summary states
response.data["status"] = manager.get_state()
response.data["has_data"] = manager.get_any_data_exists()
response.data["infrastructure"] = manager.get_infrastructure_info()
response.data["cost_models"] = [
Expand Down

0 comments on commit ad379f7

Please sign in to comment.