Cleanup, indentation, pyflakes

This commit is contained in:
Scott Kitterman
2018-03-10 00:52:45 -05:00
parent fd39384e78
commit 6348bdcdc7
3 changed files with 18 additions and 27 deletions
-1
View File
@@ -46,7 +46,6 @@ def fold(header):
j = i + 1
pre += header[:j] + b"\n "
header = header[j:]
namelen = 0
return pre + header
def user_group(userid):