Plugins: pebmasq - change staticmethod to classmethod

This commit is contained in:
SolitudePy
2025-09-17 02:03:48 +03:00
parent 035b608633
commit 2dd0bec927
@@ -36,7 +36,7 @@ class PebMasquerade(interfaces.plugins.PluginInterface):
),
]
@staticmethod
@classmethod
def get_process_names(proc: interfaces.objects.ObjectInterface) -> Tuple[
Union[str, renderers.NotAvailableValue],
Union[str, renderers.NotAvailableValue],