From de69a58cf8c6b50366d0eb30796f6d806d167922 Mon Sep 17 00:00:00 2001 From: Shawn Falkner-Horine Date: Wed, 10 Sep 2014 11:43:27 -0700 Subject: [PATCH] Cleanup: Removed duplicate import. --- moto/ec2/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/moto/ec2/models.py b/moto/ec2/models.py index e64e78e09..3396d8656 100644 --- a/moto/ec2/models.py +++ b/moto/ec2/models.py @@ -53,7 +53,6 @@ from .utils import ( random_eip_association_id, random_eni_attach_id, random_eni_id, - random_internet_gateway_id, random_instance_id, random_internet_gateway_id, random_ip,