Skip to content

Commit 0116242

Browse files
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent 1bf5501 commit 0116242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboflow/core/workspace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ def _upload_zip(
621621
except Exception as e:
622622
error_message = str(e)
623623
status_code = str(res.status_code)
624-
624+
625625
print("\n\033[91m❌ ERROR\033[0m: Failed to get model deployment URL")
626626
print("\033[93mDetails\033[0m:", error_message)
627627
print("\033[93mStatus\033[0m:", status_code)

0 commit comments

Comments
 (0)