Skip to content

Commit 7342f1e

Browse files
atcunoikelos
andauthored
Apply suggestions from code review
convert from static back to classmethod Co-authored-by: ikelos <[email protected]>
1 parent 9fe4092 commit 7342f1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

volatility3/framework/plugins/windows/threads.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ def get_requirements(cls) -> List[interfaces.configuration.RequirementInterface]
3636
),
3737
]
3838

39-
@staticmethod
39+
@classmethod
4040
def list_threads(
41+
cls,
4142
context: interfaces.context.ContextInterface,
4243
kernel_module_name: str,
4344
proc: interfaces.objects.ObjectInterface,

0 commit comments

Comments
 (0)