Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric Kulbach committed Feb 13, 2023
1 parent 839b189 commit 3aa8b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deep_river/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __init__(

@abc.abstractmethod
def learn_one(
self, x: dict, y: Optional[Union[Any, Dict[Any, Any]]]
self, x: dict, y: Optional[Union[Any, Dict[Any, Any]]], **kwargs
) -> "DeepEstimator":
"""
Performs one step of training with a single example.
Expand Down

0 comments on commit 3aa8b83

Please sign in to comment.