Skip to content

Commit 7e0aff5

Browse files
MGAMZHAOCHENYE
authored andcommitted
[Test] Replace numpy.compat with numpy.fft as a module example of lazy import test.
1 parent b501f30 commit 7e0aff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/data/config/lazy_module_config/test_ast_transform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from importlib.util import find_spec as find_module
44

55
import numpy
6-
import numpy.compat
6+
import numpy.fft
77
import numpy.linalg as linalg
88

99
from mmengine.config import Config

0 commit comments

Comments
 (0)