Skip to content

Commit 2f7b8ed

Browse files
test: add test suite for mimetypes module
1 parent 1aba67d commit 2f7b8ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/test/test_mimetypes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import io
22
import mimetypes
33
import os
4-
import pathlib
4+
55
import shlex
66
import sys
77
import unittest
88
import unittest.mock
9-
import warnings
9+
1010
from platform import win32_edition
1111
from test import support
1212
from test.support import cpython_only, force_not_colorized, os_helper, requires_subprocess

0 commit comments

Comments
 (0)