Skip to content

Commit ea805a1

Browse files
committed
Ensure inspect is not imported in test__colorize.py
1 parent 0299994 commit ea805a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test__colorize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class TestImportTime(unittest.TestCase):
2828
@cpython_only
2929
def test_lazy_import(self):
3030
import_helper.ensure_lazy_imports(
31-
"_colorize", {"copy", "re"}
31+
"_colorize", {"copy", "re", "inspect"}
3232
)
3333

3434

0 commit comments

Comments
 (0)