Skip to content

Commit e20cc00

Browse files
committed
merge conflict
2 parents a6098c0 + 713bc60 commit e20cc00

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

roboflow/deployment.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,10 @@ def add_deployment_parser(subparsers):
7373
deployment_log_parser.set_defaults(func=get_deployment_log)
7474
deployment_log_parser.add_argument("-a", "--api_key", help="api key")
7575
deployment_log_parser.add_argument("deployment_name", help="deployment name")
76-
deployment_log_parser.add_argument("-d", "--duration", help="duration of log (from now) in seconds", type=int, default=3600)
77-
deployment_log_parser.add_argument("-n", "--tail", help="number of lines to show from the end of the logs (<= 50)", type=int, default=10)
76+
deployment_log_parser.add_argument(
77+
"-d", "--duration", help="duration of log (from now) in seconds", type=int, default=3600)
78+
deployment_log_parser.add_argument(
79+
"-n", "--tail", help="number of lines to show from the end of the logs (<= 50)", type=int, default=10)
7880
deployment_log_parser.add_argument(
7981
"-f", "--follow", help="follow log output", action="store_true"
8082
)

0 commit comments

Comments
 (0)