Clean-up the code using flake8
[snf-image-creator] / image_creator / os_type / hurd.py
index 34a605d..a294ca1 100644 (file)
 # interpreted as representing official policies, either expressed
 # or implied, of GRNET S.A.
 
-from image_creator.os_type.unix import Unix, sysprep
+from image_creator.os_type.unix import Unix
 
 
-class Hard(Unix):
+class Hurd(Unix):
     pass
 
 # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :