mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Remove duplicate mime type mapping .bmp -> image/x-ms-bmp (GH-26300)
Thanks for the contribution @andreasjansson
This commit is contained in:
parent
21dd43c01d
commit
de14d709e3
1 changed files with 0 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue