Skip to content

Commit

Permalink
Merge branch 'release/0.3.8' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Jun 18, 2024
2 parents 574dae2 + 5b200fa commit 0a016ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edc_glucose/model_mixins/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .fasting_model_mixin import FastingModelMixin, fasting_model_mixin_factory
from .fbg_model_mixin import FbgModelMixin, fbg_model_mixin_factory
from .glucose_model_mixin import GlucoseModelMixin
from .glucose_model_mixin import GlucoseModelMixin, glucose_model_mixin_factory
from .hba1c_model_mixin import Hba1cModelMixin
from .ogtt_model_mixin import OgttModelMixin, ogtt_model_mixin_factory

0 comments on commit 0a016ea

Please sign in to comment.