Skip to content

Commit b81ed91

Browse files
committed
Merge branch 'main' into bug/ipc
2 parents a8ec729 + cb6e6f1 commit b81ed91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lf_toolkit/evaluation/image_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'JPG': 'image/jpeg',
2727
'PNG': 'image/png',
2828
'GIF': 'image/gif',
29-
"bmp": 'image/bmp'
29+
"BMP": 'image/bmp'
3030
}
3131

3232
class ImageUploadError(Exception):

0 commit comments

Comments
 (0)