We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ddd725 commit c716605Copy full SHA for c716605
Lib/test/test_mimetypes.py
@@ -247,7 +247,7 @@ def check_extensions():
247
("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", ".xlsx"),
248
("application/vnd.openxmlformats-officedocument.wordprocessingml.document", ".docx"),
249
("application/vnd.rar", ".rar"),
250
- ("application/vnd.sqlite3", ".sqlite3")
+ ("application/vnd.sqlite3", ".sqlite3"),
251
("application/x-7z-compressed", ".7z"),
252
("application/x-debian-package", ".deb"),
253
("application/x-httpd-php", ".php"),
0 commit comments