Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
  • Loading branch information
ElenaKhaustova committed Nov 27, 2024
1 parent 5b2f21f commit 35dc102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro/io/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def to_config(self) -> dict[str, Any]:
4. Metadata Removal:
- Removes the `metadata` key from the configuration if present.
Returns:
Returns:
A dictionary containing the dataset's type and initialization arguments.
"""
return_config: dict[str, Any] = {
Expand Down

0 comments on commit 35dc102

Please sign in to comment.