Remove abstract method

This commit is contained in:
Gui Heise 2021-11-18 12:58:45 -05:00
parent ca0014533a
commit 386eccaeb7

View File

@ -31,11 +31,6 @@ class SwapClassifier(Classifier):
def get_classification() -> Classification:
return Classification.swap
@staticmethod
@abstractmethod
def get_swap_recipient(trace: DecodedCallTrace) -> str:
raise NotImplementedError()
@staticmethod
@abstractmethod
def parse_swap(