Skip to content

Commit

Permalink
remove prompt_required arg
Browse files Browse the repository at this point in the history
[INTERNAL_BRANCH=prha/run_migration]
  • Loading branch information
prha committed Aug 25, 2022
1 parent 8106c68 commit 1a38e26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python_modules/dagster/dagster/_cli/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def run_wipe_command(force):
"-f",
"from_label",
help="The repository from which to migrate (format: <repository_name>@<location_name>)",
prompt_required=True,
)
@job_target_argument
def run_migrate_command(from_label, **kwargs):
Expand Down

0 comments on commit 1a38e26

Please sign in to comment.