Skip to content

Commit

Permalink
Fixes further to merge in of 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWillitts committed Aug 14, 2024
1 parent 92d7b71 commit 9a6c88d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion edc_qareports/model_mixins/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from .note_model_mixin import NoteModelMixin
from .qa_report_model_mixin import QaReportModelMixin
from .qa_report_model_mixin import QaReportModelMixin, qa_reports_permissions
1 change: 0 additions & 1 deletion edc_qareports/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from .dbviews import QaReportLogSummary
from .edc_permissions import EdcPermissions
from .qa_report_model_mixin import QaReportModelMixin, qa_reports_permissions
from .qa_report_note import QaReportNote
from .qa_reports_log import QaReportLog
2 changes: 1 addition & 1 deletion edc_qareports/models/dbviews/unmanaged_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from django.db import models
from django_db_views.db_view import DBView

from ..qa_report_model_mixin import qa_reports_permissions
from ...model_mixins import qa_reports_permissions
from .view_definition import get_view_definition


Expand Down

0 comments on commit 9a6c88d

Please sign in to comment.