mirror of
https://github.com/ChronosX88/PySca.git
synced 2024-11-05 02:01:02 +00:00
Rename method in AbstractFilter
This commit is contained in:
parent
da6a6b5e6e
commit
775896ebf8
@ -2,5 +2,5 @@ from abc import ABC, abstractmethod
|
||||
|
||||
class AbstractFilter(ABC):
|
||||
@abstractmethod
|
||||
def analyze(self, result) -> object:
|
||||
def filter(self, result) -> object:
|
||||
pass
|
Loading…
Reference in New Issue
Block a user