Skip to content

Commit

Permalink
Merge branch 'release/0.3.66' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Jan 25, 2024
2 parents 34ae10c + 82e8047 commit 3a9204b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion edc_consent/consent_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from django.apps import apps as django_apps
from django.core.exceptions import MultipleObjectsReturned, ObjectDoesNotExist
from edc_constants.constants import FEMALE, MALE
from edc_identifier.model_mixins import NonUniqueSubjectIdentifierModelMixin
from edc_protocol import Protocol
from edc_sites import site_sites
from edc_utils import floor_secs, formatted_date, formatted_datetime
Expand All @@ -21,6 +20,8 @@
)

if TYPE_CHECKING:
from edc_identifier.model_mixins import NonUniqueSubjectIdentifierModelMixin

from .model_mixins import ConsentModelMixin

class ConsentLikeModel(NonUniqueSubjectIdentifierModelMixin, ConsentModelMixin):
Expand Down

0 comments on commit 3a9204b

Please sign in to comment.