Skip to content

Commit

Permalink
Removing price.effective_price if.
Browse files Browse the repository at this point in the history
  • Loading branch information
bacciotti committed Sep 2, 2024
1 parent 99527fb commit b88134a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nise/generators/gcp/compute_engine_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ def __init__(self, start_date, end_date, currency, project, attributes=None): #
self._resource_name = self.attributes.get("resource.name")
if self.attributes.get("resource.global_name"):
self._resource_global_name = self.attributes.get("resource.global_name")
if self.attributes.get("price.effective_price"):
self._resource_global_name = self.attributes.get("price.effective_price")

def _update_data(self, row): # noqa: C901
"""Update a data row with compute values."""
Expand Down

0 comments on commit b88134a

Please sign in to comment.