Skip to content
Snippets Groups Projects
Commit af45cf2f authored by Nikos Skalkotos's avatar Nikos Skalkotos
Browse files

Fix minor pep8 error

parent 37ee0098
No related branches found
No related tags found
No related merge requests found
......@@ -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}')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment