Clean-up the code using flake8
[snf-image-creator] / image_creator / kamaki_wrapper.py
index 5963990..f5a40c7 100644 (file)
@@ -39,8 +39,6 @@ from kamaki.clients.image import ImageClient
 from kamaki.clients.pithos import PithosClient
 from kamaki.clients.astakos import AstakosClient
 
-from image_creator.util import FatalError
-
 
 class Kamaki(object):