Add missing docstrings
[snf-image-creator] / image_creator / os_type / unix.py
index a1ef905..38dc0fb 100644 (file)
@@ -37,7 +37,7 @@ from image_creator.os_type import OSBase, sysprep
 
 
 class Unix(OSBase):
-
+    """OS class for Unix"""
     sensitive_userdata = [
         '.bash_history',
         '.gnupg',