From 529a45a30bb5af9978a944d7e4c4f2eafa196e80 Mon Sep 17 00:00:00 2001 From: "Gergely Daroczi (@daroczig)" Date: Tue, 20 Feb 2024 22:39:26 +0100 Subject: [PATCH] lint --- src/sc_crawler/vendors/aws.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/sc_crawler/vendors/aws.py b/src/sc_crawler/vendors/aws.py index 0bbfcfb3..1ff265d0 100644 --- a/src/sc_crawler/vendors/aws.py +++ b/src/sc_crawler/vendors/aws.py @@ -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 @@ -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: