We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574dae2 commit 5b200faCopy full SHA for 5b200fa
edc_glucose/model_mixins/__init__.py
@@ -1,5 +1,5 @@
1
from .fasting_model_mixin import FastingModelMixin, fasting_model_mixin_factory
2
from .fbg_model_mixin import FbgModelMixin, fbg_model_mixin_factory
3
-from .glucose_model_mixin import GlucoseModelMixin
+from .glucose_model_mixin import GlucoseModelMixin, glucose_model_mixin_factory
4
from .hba1c_model_mixin import Hba1cModelMixin
5
from .ogtt_model_mixin import OgttModelMixin, ogtt_model_mixin_factory
0 commit comments