Fixes for black

This commit is contained in:
Andrew Case
2025-02-07 13:17:10 -06:00
parent 6100d7756f
commit ac8eeec52e
@@ -39,7 +39,9 @@ class Malfind(interfaces.plugins.PluginInterface):
),
]
def _list_injections(self, task) -> Tuple[interfaces.objects.ObjectInterface, Optional[str], bytes]:
def _list_injections(
self, task
) -> Tuple[interfaces.objects.ObjectInterface, Optional[str], bytes]:
"""Generate memory regions for a process that may contain injected
code."""