diff --git a/package/kedro_viz/launchers/cli.py b/package/kedro_viz/launchers/cli.py index 76c2e6b3e0..de7594c0f9 100644 --- a/package/kedro_viz/launchers/cli.py +++ b/package/kedro_viz/launchers/cli.py @@ -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"]))