We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c40909e commit dff5ffbCopy full SHA for dff5ffb
roboflow/deployment.py
@@ -123,9 +123,7 @@ def get_deployment(args):
123
print(json.dumps(msg, indent=2))
124
break
125
126
- print(
127
- f'{datetime.now().strftime("%H:%M:%S")} Waiting for deployment {args.deployment_name} to be ready...\n'
128
- )
+ print(f'{datetime.now().strftime("%H:%M:%S")} Waiting for deployment {args.deployment_name} to be ready...\n')
129
time.sleep(30)
130
131
0 commit comments