Skip to content

Commit

Permalink
remove model wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Jan 18, 2024
1 parent d47b3fe commit 59b5812
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions edc_locator/model_mixins/locator_model_mixin.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from django.db import models
from edc_identifier.model_mixins import UniqueSubjectIdentifierFieldMixin
from edc_model_wrapper.model_mixins import ModelWrapperMethodsModelMixin
from edc_utils import get_utcnow

from .locator_methods_model_mixin import LocatorMethodsModelMixin
Expand All @@ -22,7 +21,6 @@ class LocatorModelMixin(
SubjectIndirectContactFieldsMixin,
SubjectWorkFieldsMixin,
LocatorMethodsModelMixin,
ModelWrapperMethodsModelMixin,
models.Model,
):

Expand Down

0 comments on commit 59b5812

Please sign in to comment.