Skip to content

Commit

Permalink
Keep Kedro-Airflow plugin docstring from appearing in kedro -h (ked…
Browse files Browse the repository at this point in the history
…ro-org#118)

Signed-off-by: Danny Farah <danny_farah@mckinsey.com>
  • Loading branch information
deepyaman authored and dannyrfar committed Mar 21, 2023
1 parent 59a58ae commit 83a4591
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 83a4591

Please sign in to comment.