Skip to content

Commit

Permalink
clean up docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-mccarthy committed Apr 25, 2022
1 parent 1deb946 commit c8e1dbc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sdk/python/kfp/cli/utils/deprecated_alias_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ def deprecated_alias_group_factory(deprecated_map: Dict[str, str]):
Args:
deprecated_map (Dict[str, str]): Dictionary mapping old deprecated names to new names.
Raises:
click.UsageError: If neither command nor alias is found.
Returns:
_type_: _description_
DeprecatedAliasGroup: A class that implements the deprecated alias group.
"""

class DeprecatedAliasGroup(click.Group):
Expand Down

0 comments on commit c8e1dbc

Please sign in to comment.