remove unnecessary argument

This commit is contained in:
Jakub Trllo 2025-10-01 18:06:39 +02:00
parent 81a0b67640
commit 0dfaa00165

View file

@ -912,7 +912,6 @@ class LoaderSimpleActionPlugin(LoaderActionPlugin):
def execute_action(
self,
identifier: str,
selection: LoaderActionSelection,
data: Optional[DataType],
form_values: dict[str, Any],