Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
daroczig committed Feb 20, 2024
1 parent c77a106 commit 529a45a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/sc_crawler/vendors/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
from cachier import cachier, set_default_params

from ..logger import logger
from ..lookup import countries, compliance_frameworks
from ..lookup import compliance_frameworks, countries
from ..schemas import (
VendorComplianceLink,
Datacenter,
Disk,
PriceUnit,
Gpu,
Ipv4Price,
PriceUnit,
Server,
ServerPrice,
VendorComplianceLink,
Zone,
)
from ..utils import jsoned_hash
Expand Down Expand Up @@ -318,7 +318,6 @@ def _get_product_datacenter(product, vendor):
def _make_price_from_product(product, vendor):
attributes = product["product"]["attributes"]
location = attributes["location"]
location_type = attributes["locationType"]
instance_type = attributes["instanceType"]

try:
Expand Down

0 comments on commit 529a45a

Please sign in to comment.