Skip to content

Commit 0bbf214

Browse files
danielhollashugovk
andauthored
Update Lib/test/test__colorize.py
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 2afcddc commit 0bbf214

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", {"re", "copy"}
31+
"_colorize", {"copy", "re"}
3232
)
3333

3434

0 commit comments

Comments
 (0)