Skip to content

Commit 7cb2bb4

Browse files
committed
fixing benchamrk imports
1 parent 93bc3c3 commit 7cb2bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qolmat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from . import benchmark, imputations, utils
22
from ._version import __version__
33

4-
__all__ = ["utils", "__version__"]
4+
__all__ = ["utils", "__version__", "benchmark", "imputations"]

0 commit comments

Comments
 (0)