Fix minor pep8 error
[snf-image-creator] / image_creator / os_type / unix.py
index fa70805..1e74668 100644 (file)
@@ -56,7 +56,6 @@ class Unix(OSBase):
             self.out.warn("No passworded users found!")
             del self.meta['USERS']
 
-
     def _get_passworded_users(self):
         users = []
         regexp = re.compile('(\S+):((?:!\S+)|(?:[^!*]\S+)|):(?:\S*:){6}')