Skip to content

Commit 457b553

Browse files
committed
Revert making _imp lazy as it's a built-in module
1 parent 12fbb96 commit 457b553

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Lib/importlib/util.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
from ._bootstrap import _resolve_name
44
from ._bootstrap import _find_spec
55

6+
import _imp
67
import sys
78
import types
89

9-
lazy import _imp
10-
1110

1211
# Public API
1312
from ._abc import Loader

0 commit comments

Comments
 (0)