Skip to content

Commit

Permalink
Add param to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted committed Oct 26, 2023
1 parent 52ec86f commit f06cac3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kpops/utils/yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def substitute_nested(input: str, **kwargs) -> str:
def print_yaml(data: Mapping | str, substitution: dict | None = None) -> None:
"""Print the generated component definition.
:param data: YAML document
:param substitution: Substitution dictionary, defaults to None
"""
if not isinstance(data, str):
Expand Down

0 comments on commit f06cac3

Please sign in to comment.