Skip to content

Commit 2ba75c9

Browse files
committed
Re-export ImputationMode at study level
1 parent b729b40 commit 2ba75c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

octopus/study/types.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Study types."""
22

3-
# ImputationMethod has been moved to octopus/types.py
4-
# Import it from there if needed: from octopus.types import ImputationMethod
3+
from octopus.types import ImputationMethod
4+
5+
__all__ = ["ImputationMethod"]

0 commit comments

Comments
 (0)