Skip to content

Commit

Permalink
Keep plugin docstring from appearing in kedro -h (#1001)
Browse files Browse the repository at this point in the history
Partially resolves kedro-org/kedro#1749
  • Loading branch information
deepyaman authored Aug 22, 2022
1 parent cf25580 commit d95aacd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/kedro_viz/launchers/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@


@click.group(name="Kedro-Viz")
def commands():
"""Visualise the pipeline using Kedro viz."""
def commands(): # pylint: disable=missing-function-docstring
pass


@commands.command(context_settings=dict(help_option_names=["-h", "--help"]))
Expand Down

0 comments on commit d95aacd

Please sign in to comment.