Skip to content

Commit

Permalink
fix: correct imports
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmcphee committed Nov 25, 2024
1 parent 767442e commit f5de6b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/engagement/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from apps.capabilities.security.services import RoleService
from apps.capabilities.commerce.models import Organisation
from apps.engagement.models import NotifiableEvent
from apps.capabilities.commerce.models import Person
from apps.capabilities.talent.models import Person

logger = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion apps/engagement/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from django.utils import timezone
from django.utils.translation import gettext_lazy as _
from datetime import timedelta
from common.models import TimeStampMixin
from apps.common.mixins import TimeStampMixin


def default_delete_at():
Expand Down

0 comments on commit f5de6b5

Please sign in to comment.