Appease pep8

This commit is contained in:
Paul "LeoNerd" Evans 2015-04-01 19:17:38 +01:00
parent 5583e29513
commit ef1e019840

View file

@ -122,6 +122,7 @@ TYPES = {
stat.S_IFIFO: "FIFO",
}
def _process_fds():
counts = {(k,): 0 for k in TYPES.values()}
counts[("other",)] = 0