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:
Andrew Case
2025-03-07 18:25:35 -06:00
committed by GitHub
co-authored by ikelos
parent 9fe4092e9f
commit 7342f1e27e
@@ -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,