mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
we removed version as an arg, but didn't remove it from the click decorator
This commit is contained in:
parent
337437dc2e
commit
4bb8596ae0
1 changed files with 0 additions and 1 deletions
|
|
@ -22,7 +22,6 @@ def cli():
|
|||
|
||||
|
||||
@cli.command()
|
||||
@click.argument("version")
|
||||
def release() -> None:
|
||||
base_dir = pathlib.Path(__file__).parent
|
||||
with (base_dir / "pyproject.toml").open("rb") as f:
|
||||
|
|
|
|||
Loading…
Reference in a new issue