Skip to content

Commit 1189fd4

Browse files
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent 51a907a commit 1189fd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_project.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_upload_raises_upload_image_error(self):
3535
"error": {
3636
"message": "Invalid image.",
3737
"type": "InvalidImageException",
38-
"hint": "This image was already annotated; to overwrite the annotation, pass overwrite=true..."
38+
"hint": "This image was already annotated; to overwrite the annotation, pass overwrite=true...",
3939
}
4040
},
4141
status=400,
@@ -69,7 +69,7 @@ def test_upload_raises_upload_annotation_error(self):
6969
"error": {
7070
"message": "Image was already annotated.",
7171
"type": "InvalidImageException",
72-
"hint": "This image was already annotated; to overwrite the annotation, pass overwrite=true..."
72+
"hint": "This image was already annotated; to overwrite the annotation, pass overwrite=true...",
7373
}
7474
},
7575
status=400,

0 commit comments

Comments
 (0)