mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-05 17:27:38 +02:00
Apply suggestions from code review
convert from static back to classmethod Co-authored-by: ikelos <ikelos@users.noreply.github.com>
This commit is contained in:
@@ -36,8 +36,9 @@ class Threads(thrdscan.ThrdScan):
|
||||
),
|
||||
]
|
||||
|
||||
@staticmethod
|
||||
@classmethod
|
||||
def list_threads(
|
||||
cls,
|
||||
context: interfaces.context.ContextInterface,
|
||||
kernel_module_name: str,
|
||||
proc: interfaces.objects.ObjectInterface,
|
||||
|
||||
Reference in New Issue
Block a user