From 141ae313bf6eed1b85418f0eb5b2149b8ea00f00 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 21 Feb 2021 19:21:05 -0600 Subject: [PATCH] remove unused variable --- src/main/python/deallocate_ip/source.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/python/deallocate_ip/source.py b/src/main/python/deallocate_ip/source.py index c3c46e7..5ae0a6f 100644 --- a/src/main/python/deallocate_ip/source.py +++ b/src/main/python/deallocate_ip/source.py @@ -107,7 +107,6 @@ def deallocate(resource, deallocation, bundle): cert = bundle['cert'] ip_range_id = deallocation["ipRangeId"] ip = deallocation["ipAddress"] - resource_id = resource["id"] logging.info(f"Deallocating ip {ip} from range {ip_range_id}")