Skip to content

Commit 6a35306

Browse files
committed
Eager import
1 parent f938f01 commit 6a35306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_httpservers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import threading
2929
from unittest import mock
3030
from io import BytesIO, StringIO
31-
lazy from _colorize import get_theme
31+
from _colorize import get_theme
3232

3333
import unittest
3434
from test import support

0 commit comments

Comments
 (0)