Skip to content

Commit f104066

Browse files
committed
Fixed inconsistent casing for BMP mime type in image upload
1 parent b375d16 commit f104066

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)