Clean-up the code using flake8
[snf-image-creator] / image_creator / os_type / ubuntu.py
index 6a048e5..cc6e973 100644 (file)
@@ -31,7 +31,7 @@
 # interpreted as representing official policies, either expressed
 # or implied, of GRNET S.A.
 
-from image_creator.os_type.linux import Linux, sysprep
+from image_creator.os_type.linux import Linux
 
 
 class Ubuntu(Linux):