Skip to content

Commit ac8eeec

Browse files
committed
Fixes for black
1 parent 6100d77 commit ac8eeec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

volatility3/framework/plugins/linux/malfind.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ def get_requirements(cls) -> List[interfaces.configuration.RequirementInterface]
3939
),
4040
]
4141

42-
def _list_injections(self, task) -> Tuple[interfaces.objects.ObjectInterface, Optional[str], bytes]:
42+
def _list_injections(
43+
self, task
44+
) -> Tuple[interfaces.objects.ObjectInterface, Optional[str], bytes]:
4345
"""Generate memory regions for a process that may contain injected
4446
code."""
4547

0 commit comments

Comments
 (0)