Skip to content

Commit

Permalink
ubf-context not needed for function, remove unneeded arg
Browse files Browse the repository at this point in the history
  • Loading branch information
mae5357 committed Apr 29, 2024
1 parent 244ff31 commit 4e64862
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions metaflow/plugins/aws/batch/batch_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ def kill(ctx, run_id, user, my_runs):
@click.option("--tmpfs-tempdir", is_flag=True, help="tmpfs requirement for AWS Batch.")
@click.option("--tmpfs-size", help="tmpfs requirement for AWS Batch.")
@click.option("--tmpfs-path", help="tmpfs requirement for AWS Batch.")
# TODO: Maybe remove it altogether since it's not used here
@click.option("--ubf-context", default=None, type=click.Choice(["none", "ubf_control"]))
@click.option("--host-volumes", multiple=True)
@click.option("--efs-volumes", multiple=True)
@click.option(
Expand Down

0 comments on commit 4e64862

Please sign in to comment.