Skip to content

Commit

Permalink
fix DeathReportTmgSecond in test app
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Jan 31, 2024
1 parent 17f32ab commit 358476b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions data_manager_app/models.py
Expand Up @@ -10,7 +10,6 @@
AeTmgModelMixin,
DeathReportModelMixin,
DeathReportTmgModelMixin,
DeathReportTmgSecondModelMixin,
)
from edc_appointment.models import Appointment
from edc_consent.field_mixins import PersonalFieldsMixin
Expand Down Expand Up @@ -231,6 +230,6 @@ class Meta(DeathReportTmgModelMixin.Meta):
pass


class DeathReportTmgSecond(DeathReportTmgSecondModelMixin, BaseUuidModel):
class Meta(DeathReportTmgSecondModelMixin.Meta):
class DeathReportTmgSecond(DeathReportTmgModelMixin, BaseUuidModel):
class Meta(DeathReportTmgModelMixin.Meta):
pass

0 comments on commit 358476b

Please sign in to comment.