Appease pep8
This commit is contained in:
parent
5583e29513
commit
ef1e019840
|
@ -122,6 +122,7 @@ TYPES = {
|
|||
stat.S_IFIFO: "FIFO",
|
||||
}
|
||||
|
||||
|
||||
def _process_fds():
|
||||
counts = {(k,): 0 for k in TYPES.values()}
|
||||
counts[("other",)] = 0
|
||||
|
|
Loading…
Reference in New Issue