Skip to content

Commit

Permalink
Undeprecate the distributed tuning framework.
Browse files Browse the repository at this point in the history
Closes #145
  • Loading branch information
kiudee committed Jul 9, 2021
1 parent 2f45146 commit 0be96c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tune/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def cli():
pass


@cli.command(hidden=True, deprecated=True)
@cli.command()
@click.option(
"--verbose", "-v", is_flag=True, default=False, help="Turn on debug output."
)
Expand Down Expand Up @@ -85,7 +85,7 @@ def run_client(
tc.run()


@cli.command(hidden=True, deprecated=True)
@cli.command()
@click.option(
"--verbose", "-v", is_flag=True, default=False, help="Turn on debug output."
)
Expand Down

0 comments on commit 0be96c4

Please sign in to comment.