Skip to content

Commit 8788994

Browse files
clin1234hugovk
andauthored
Apply suggestion from @hugovk
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 0067040 commit 8788994

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
@@ -322,7 +322,7 @@ def check_file_type():
322322
("video/mpeg", ".mpe"),
323323
("video/mpeg", ".mpeg"),
324324
("video/mpeg", ".mpg"),
325-
):
325+
):
326326
with self.subTest(mime_type=mime_type, ext=ext):
327327
result, _ = mimetypes.guess_file_type(f"filename{ext}")
328328
self.assertEqual(result, mime_type)

0 commit comments

Comments
 (0)