diff --git a/mev_inspect/classifiers/specs/one_inch.py b/mev_inspect/classifiers/specs/one_inch.py index 7cb748f..ccfbbe8 100644 --- a/mev_inspect/classifiers/specs/one_inch.py +++ b/mev_inspect/classifiers/specs/one_inch.py @@ -9,7 +9,6 @@ from mev_inspect.schemas.classifiers import ( class OneInchFillOrderProtocolSwapClassifier(SwapClassifier): - @staticmethod def get_swap_recipient(trace: DecodedCallTrace) -> str: return trace.from_address