Skip to content

Commit

Permalink
Removed add_all from protocol
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
  • Loading branch information
ElenaKhaustova committed Sep 13, 2024
1 parent 0ec1f23 commit 741b682
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions kedro/io/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -929,10 +929,6 @@ def add(self, ds_name: str, dataset: Any, replace: bool = False) -> None:
"""Add a new dataset to the catalog."""
...

def add_all(self, datasets: dict[str, Any], replace: bool = False) -> None:
"""Add a new dataset to the catalog."""
...

def add_feed_dict(self, datasets: dict[str, Any], replace: bool = False) -> None:
"""Add datasets to the catalog using the data provided through the `feed_dict`."""
...
Expand Down

0 comments on commit 741b682

Please sign in to comment.