Skip to content

Commit

Permalink
Remove unused @click.pass_context (#3996)
Browse files Browse the repository at this point in the history
  • Loading branch information
shashank-elastic authored Aug 20, 2024
1 parent 760d9f6 commit 0c25cfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion detection_rules/devtools.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ def build_integration_docs(ctx: click.Context, registry_version: str, pre: str,
@click.option("--new-package", type=click.Choice(['true', 'false']), help="indicates new package")
@click.option("--maturity", type=click.Choice(['beta', 'ga'], case_sensitive=False),
required=True, help="beta or production versions")
@click.pass_context
def bump_versions(major_release: bool, minor_release: bool, patch_release: bool, new_package: str, maturity: str):
"""Bump the versions"""

Expand Down

0 comments on commit 0c25cfb

Please sign in to comment.