Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
Signed-off-by: Alina Buzachis <[email protected]>
  • Loading branch information
alinabuzachis committed Oct 22, 2024
1 parent 5d0b12e commit 528a5a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/modules/ec2_vpc_nat_gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ def wait_for_status(client, module: AnsibleAWSModule, waiter_name: str, nat_gate
def get_nat_gateways(
client, subnet_id: Optional[str] = None, nat_gateway_id: Optional[str] = None, states: Optional[List[str]] = None
) -> List[Dict[str, Any]]:
# Test
"""Retrieve a list of NAT Gateways
Args:
client (botocore.client.EC2): Boto3 client
Expand Down

0 comments on commit 528a5a6

Please sign in to comment.