Skip to content

Commit c716605

Browse files
Add missing comma
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 6ddd725 commit c716605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_mimetypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def check_extensions():
247247
("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", ".xlsx"),
248248
("application/vnd.openxmlformats-officedocument.wordprocessingml.document", ".docx"),
249249
("application/vnd.rar", ".rar"),
250-
("application/vnd.sqlite3", ".sqlite3")
250+
("application/vnd.sqlite3", ".sqlite3"),
251251
("application/x-7z-compressed", ".7z"),
252252
("application/x-debian-package", ".deb"),
253253
("application/x-httpd-php", ".php"),

0 commit comments

Comments
 (0)