Yapf: Clean-up the whole codebase.

This commit is contained in:
Mike Auty
2020-01-14 15:44:07 +00:00
parent b7ba877727
commit 3f5b96f3c7
12 changed files with 57 additions and 40 deletions
+3 -3
View File
@@ -40,6 +40,6 @@ class lsof(plugins.PluginInterface):
return renderers.TreeGrid([("PID", int), ("File Descriptor", int), ("File Path", str)],
self._generator(
tasks.Tasks.list_tasks(self.context,
self.config['primary'],
self.config['darwin'],
filter_func = filter_func)))
self.config['primary'],
self.config['darwin'],
filter_func = filter_func)))