Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
bobokvsky committed Aug 14, 2024
1 parent 3dc9de4 commit 526b1ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions datapipe/step/datatable_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ def __call__(
input_dts: List[DataTable],
output_dts: List[DataTable],
run_config: Optional[RunConfig],
# Возможно, лучше передавать как переменную, а не **
**kwargs,
kwargs: Optional[Dict[str, Any]] = None,
) -> None: ...


Expand Down

0 comments on commit 526b1ab

Please sign in to comment.