From 46873971a73fad2e8a78006aa3c00c1f6d96026f Mon Sep 17 00:00:00 2001 From: Jimmy Cui Date: Thu, 2 Mar 2023 17:48:35 -0500 Subject: [PATCH] clean up unneeded import --- plugins/modules/gcp_compute_subnetwork.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/gcp_compute_subnetwork.py b/plugins/modules/gcp_compute_subnetwork.py index 7a69d43..2cd46d5 100644 --- a/plugins/modules/gcp_compute_subnetwork.py +++ b/plugins/modules/gcp_compute_subnetwork.py @@ -317,7 +317,7 @@ from ansible_collections.google.cloud.plugins.module_utils.gcp_utils import ( ) import json import time -import ipaddress + ################################################################################ # Main