Remove optional
This commit is contained in:
parent
e25448a9f4
commit
c6c0cb5511
@ -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"""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user