Skip to content

Commit

Permalink
Merge branch 'release/0.3.0' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Oct 31, 2023
2 parents db2d752 + fbd93a6 commit c679126
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions next_appointment_app/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from edc_model.models import BaseUuidModel
from edc_model.models.historical_records import HistoricalRecords
from edc_offstudy.model_mixins import OffstudyModelMixin
from edc_reference.model_mixins import ReferenceModelMixin
from edc_registration.model_mixins import UpdatesOrCreatesRegistrationModelMixin
from edc_sites.models import SiteModelMixin
from edc_visit_schedule.model_mixins import OffScheduleModelMixin, OnScheduleModelMixin
Expand Down Expand Up @@ -52,7 +51,6 @@ class BaseCrfModel(
VisitTrackingCrfModelMixin,
SiteModelMixin,
UpdatesCrfMetadataModelMixin,
ReferenceModelMixin,
models.Model,
):
subject_visit = models.OneToOneField(
Expand Down
1 change: 0 additions & 1 deletion runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"edc_metadata.apps.AppConfig",
"edc_notification.apps.AppConfig",
"edc_protocol.apps.AppConfig",
"edc_reference.apps.AppConfig",
"edc_registration.apps.AppConfig",
"edc_sites.apps.AppConfig",
"edc_timepoint.apps.AppConfig",
Expand Down

0 comments on commit c679126

Please sign in to comment.