Remove unused Optional
This commit is contained in:
parent
2bb760874d
commit
c28f7c6174
@ -14,7 +14,7 @@ from mev_inspect.transfers import get_transfer
|
|||||||
|
|
||||||
def get_aave_liquidations(
|
def get_aave_liquidations(
|
||||||
traces: List[ClassifiedTrace],
|
traces: List[ClassifiedTrace],
|
||||||
) -> Optional[List[Liquidation]]:
|
) -> List[Liquidation]:
|
||||||
|
|
||||||
"""Inspect list of classified traces and identify liquidation"""
|
"""Inspect list of classified traces and identify liquidation"""
|
||||||
liquidations: List[Liquidation] = []
|
liquidations: List[Liquidation] = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user