Skip to content

Commit 66d9a0f

Browse files
committed
Merge branch 'add-cli-for-roboflow-runner' of github.com:roboflow/roboflow-python into add-cli-for-roboflow-runner
2 parents 44598ad + 3f9bd40 commit 66d9a0f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

roboflow/adapters/rfapi.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def add_deployment(api_key, security_level, cloud_provider, machine_type, deploy
216216
raise RoboflowError(response.text)
217217
result = response.json()
218218
return result
219-
219+
220220

221221
def get_deployment(api_key, deployment_id):
222222
url = f"{DEDICATED_DEPLOYMENT_URL}/get"
@@ -243,4 +243,3 @@ def delete_deployment(api_key, deployment_id):
243243
raise RoboflowError(response.text)
244244
result = response.json()
245245
return result
246-

0 commit comments

Comments
 (0)