Core: Rerun yapf across the codebase.

This commit is contained in:
Mike Auty
2020-07-28 16:57:48 +01:00
parent cbd40db053
commit 13e36ec58a
5 changed files with 69 additions and 64 deletions
-1
View File
@@ -32,7 +32,6 @@ class Bash(plugins.PluginInterface, timeliner.TimeLinerInterface):
description = 'Filter on specific process IDs',
element_type = int,
optional = True)
]
def _generator(self, tasks):
@@ -26,7 +26,6 @@ class Malfind(interfaces.plugins.PluginInterface):
description = 'Filter on specific process IDs',
element_type = int,
optional = True)
]
def _list_injections(self, task):
@@ -31,7 +31,6 @@ class Netstat(plugins.PluginInterface):
description = 'Filter on specific process IDs',
element_type = int,
optional = True)
]
@classmethod