From 52418884284b5bf0919c48cf4b02c3bd23dc9e97 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 2 Sep 2023 00:38:23 +0300 Subject: Do stuff --- app/PluginInterface.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'app/PluginInterface.py') diff --git a/app/PluginInterface.py b/app/PluginInterface.py index 6194436..f334034 100644 --- a/app/PluginInterface.py +++ b/app/PluginInterface.py @@ -10,9 +10,5 @@ class PluginInterface(ABC): self.params = params @abstractmethod - def validate_input_n(self, n: int) -> bool: - raise NotImplemented("abstract method not implemented") - - @abstractmethod - def process(self, inputs: list[list[Item]]) -> list[Item]: + def process(self, items: list[Item]) -> list[Item]: pass -- cgit v1.3