Add docstrings to new functions
This commit is contained in:
parent
2ce4badf65
commit
173d16c2bc
@ -20,6 +20,7 @@ def find_liquidations_from_traces(
|
|||||||
traces: List[ClassifiedTrace],
|
traces: List[ClassifiedTrace],
|
||||||
) -> List[Liquidation]:
|
) -> List[Liquidation]:
|
||||||
"""Inspect list of classified traces and identify liquidation"""
|
"""Inspect list of classified traces and identify liquidation"""
|
||||||
|
|
||||||
seen_transactions: List[str] = []
|
seen_transactions: List[str] = []
|
||||||
liquidations: List[ClassifiedTrace] = []
|
liquidations: List[ClassifiedTrace] = []
|
||||||
result: List[Liquidation] = []
|
result: List[Liquidation] = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user