Skip to content

Commit 17ee1ce

Browse files
authored
Revert accidental deletion of EFI MIME type
1 parent 257069e commit 17ee1ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/mimetypes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,7 @@ def _default_mime_types():
478478
'.js' : 'text/javascript',
479479
'.mjs' : 'text/javascript',
480480
'.dcm' : 'application/dicom',
481+
'.efi' : 'application/efi',
481482
'.epub' : 'application/epub+zip',
482483
'.gz' : 'application/gzip',
483484
'.json' : 'application/json',

0 commit comments

Comments
 (0)