Skip to content

Commit b516182

Browse files
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent 6a5db22 commit b516182

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

roboflow/deployment.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ def add_deployment_parser(subparsers):
2727
# "-s", dest="security_level", help="security level (protected)", default="protected"
2828
# )
2929
deployment_add_parser.add_argument(
30-
"-m",
31-
dest="machine_type",
32-
help="machine type, run `roboflow deployment machine_type` to see available options"
30+
"-m", dest="machine_type", help="machine type, run `roboflow deployment machine_type` to see available options"
3331
)
3432
deployment_add_parser.add_argument(
3533
"-n", dest="deployment_name", help="deployment name, must contain 3-10 lowercase characters"

0 commit comments

Comments
 (0)