Skip to content

Commit

Permalink
Merge branch 'release/0.3.88' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Jan 14, 2025
2 parents f6dea29 + d11abd0 commit dc20941
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions adverse_event_app/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ class CrfOne(SiteModelMixin, NonUniqueSubjectIdentifierModelMixin, BaseUuidModel
class OnSchedule(SiteModelMixin, OnScheduleModelMixin, BaseUuidModel):
"""A model used by the system. Auto-completed by subject_consent."""

def put_on_schedule(self):
pass

class Meta(OnScheduleModelMixin.Meta):
pass

Expand Down

0 comments on commit dc20941

Please sign in to comment.