From af3cca26447bee8dd9a1644ad17494ff69d66354 Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Sat, 12 Jul 2014 19:53:56 +0200 Subject: [PATCH] Remove unused import --- bootstrapvz/providers/gce/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bootstrapvz/providers/gce/__init__.py b/bootstrapvz/providers/gce/__init__.py index 8278c72..3d2f341 100644 --- a/bootstrapvz/providers/gce/__init__.py +++ b/bootstrapvz/providers/gce/__init__.py @@ -10,7 +10,6 @@ from bootstrapvz.common.tasks import loopback from bootstrapvz.common.tasks import initd from bootstrapvz.common.tasks import ssh from bootstrapvz.common.tasks import volume -import bootstrapvz.plugins.cloud_init.tasks def initialize():