Skip to content

Commit 18d7e45

Browse files
authored
Remove 'application/efi' from MIME type tests
Removed redundant MIME type 'application/efi' from test cases.
1 parent 373e12a commit 18d7e45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_mimetypes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ def check_extensions():
227227
("application/epub+zip", ".epub"),
228228
("application/octet-stream", ".bin"),
229229
("application/dicom", ".dcm"),
230-
("application/efi", ".efi"),
231230
("application/gzip", ".gz"),
232231
("application/ogg", ".ogx"),
233232
("application/pdf", ".pdf"),

0 commit comments

Comments
 (0)