Skip to content

Commit

Permalink
Keep Kedro-Airflow plugin docstring from appearing in kedro -h (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepyaman authored Feb 21, 2023
1 parent 8a9d376 commit d31425a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kedro-airflow/kedro_airflow/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@


@click.group(name="Kedro-Airflow")
def commands():
"""Kedro plugin for running a project with Airflow"""
def commands(): # pylint: disable=missing-function-docstring
pass


Expand Down

0 comments on commit d31425a

Please sign in to comment.