We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b729b40 commit 2ba75c9Copy full SHA for 2ba75c9
octopus/study/types.py
@@ -1,4 +1,5 @@
1
"""Study types."""
2
3
-# ImputationMethod has been moved to octopus/types.py
4
-# Import it from there if needed: from octopus.types import ImputationMethod
+from octopus.types import ImputationMethod
+
5
+__all__ = ["ImputationMethod"]
0 commit comments