Run precommit

This commit is contained in:
Leo Arias 2021-10-18 20:32:33 +00:00
parent 04b7656653
commit d81ab7e4da

View File

@ -9,7 +9,6 @@ from mev_inspect.schemas.classifiers import (
class OneInchFillOrderProtocolSwapClassifier(SwapClassifier): class OneInchFillOrderProtocolSwapClassifier(SwapClassifier):
@staticmethod @staticmethod
def get_swap_recipient(trace: DecodedCallTrace) -> str: def get_swap_recipient(trace: DecodedCallTrace) -> str:
return trace.from_address return trace.from_address