Remove optional

This commit is contained in:
Gui Heise 2021-10-28 15:48:20 +01:00
parent e25448a9f4
commit c6c0cb5511

View File

@ -84,7 +84,7 @@ def get_aave_liquidations(
def _get_payback_token_and_amount(
liquidation: DecodedCallTrace, child_traces: List[ClassifiedTrace], liquidator: str
) -> Tuple[str, Optional[int]]:
) -> Tuple[str, int]:
"""Look for and return liquidator payback from liquidation"""