Remove duplicate mime type mapping .bmp -> image/x-ms-bmp (GH-26300)

Thanks for the contribution @andreasjansson
This commit is contained in:
Andreas Jansson 2021-05-28 18:20:46 -07:00 committed by GitHub
parent 21dd43c01d
commit de14d709e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -513,7 +513,6 @@ def _default_mime_types():
'.tif' : 'image/tiff',
'.ico' : 'image/vnd.microsoft.icon',
'.ras' : 'image/x-cmu-raster',
'.bmp' : 'image/x-ms-bmp',
'.pnm' : 'image/x-portable-anymap',
'.pbm' : 'image/x-portable-bitmap',
'.pgm' : 'image/x-portable-graymap',