Skip to content

Commit 33176a2

Browse files
committed
use from mkl_random import interfaces
keeps unexpected mkl_random out of namespace
1 parent 4088998 commit 33176a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkl_random/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
test = PytestTester(__name__)
9393
del PytestTester
9494

95-
import mkl_random.interfaces
95+
from mkl_random import interfaces
9696

9797
__all__ = [
9898
"MKLRandomState",

0 commit comments

Comments
 (0)