Remove abstract method
This commit is contained in:
parent
ca0014533a
commit
386eccaeb7
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user