Skip to content
Snippets Groups Projects
Commit da8c929c authored by Alán Muñoz's avatar Alán Muñoz
Browse files

change(pp): add def, typing to lineage process abc

parent 287db15d
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ class LineageProcess(PostProcessABC): ...@@ -40,7 +40,7 @@ class LineageProcess(PostProcessABC):
def as_function( def as_function(
cls, cls,
data: pd.DataFrame, data: pd.DataFrame,
lineage: t.Union[t.Dict[t.Tuple[int], t.List[int]]], lineage: t.Union[t.Dict[t.Tuple[int], t.List[int]]] = None,
*extra_data, *extra_data,
**kwargs, **kwargs,
): ):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment