Skip to content

Commit 5b200fa

Browse files
committed
make glucose_model_mixin_factory importable from model_mixins
1 parent 574dae2 commit 5b200fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .fasting_model_mixin import FastingModelMixin, fasting_model_mixin_factory
22
from .fbg_model_mixin import FbgModelMixin, fbg_model_mixin_factory
3-
from .glucose_model_mixin import GlucoseModelMixin
3+
from .glucose_model_mixin import GlucoseModelMixin, glucose_model_mixin_factory
44
from .hba1c_model_mixin import Hba1cModelMixin
55
from .ogtt_model_mixin import OgttModelMixin, ogtt_model_mixin_factory

0 commit comments

Comments
 (0)