remove unused variable

This commit is contained in:
John Bowdre 2021-02-21 19:21:05 -06:00
parent 2279014db1
commit 141ae313bf

View file

@ -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}")