Fix up a missing super which @atcuno spotted

This commit is contained in:
Mike Auty
2024-07-24 20:32:36 +01:00
parent 5e96327cb0
commit e1065f9e78
@@ -20,6 +20,7 @@ class Threads(thrdscan.ThrdScan):
def __init__(self):
self.implementation = self.list_process_threads
super().__init__()
@classmethod
def get_requirements(cls) -> List[interfaces.configuration.RequirementInterface]: