Skip to content

Commit

Permalink
trim whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
normandy7 committed Mar 16, 2023
1 parent ce6949e commit 620fa2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/kedro_neptune/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def init(metadata: ProjectMetadata, api_token: str, project: str, base_namespace
* configuration files from the conf/base directory
* full Kedro run command
* any additional metadata like metrics, charts, or images that you logged from inside of your node functions.
See an example project in Neptune: https://app.neptune.ai/o/common/org/kedro-integration/e/KED-1563/all
Args:
Expand All @@ -158,10 +158,10 @@ def init(metadata: ProjectMetadata, api_token: str, project: str, base_namespace
Default is 'kedro'.
config: Name of the subdirectory inside of the Kedro 'conf' directory for
configuration and catalog files. Default is 'base'.
Returns:
`dict` with all summary items.
Examples:
Pass required arguments directly:
Expand Down

0 comments on commit 620fa2b

Please sign in to comment.