Skip to content

Commit

Permalink
OMS-376 fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kprince28 committed Oct 10, 2024
1 parent 6a6df65 commit 46bb2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox_secrets/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from django.views.generic.base import View
from netbox_secrets.models import UserKey

from extras.signals import clear_events
from core.signals import clear_events
from netbox.views import generic
from tenancy.views import ObjectContactsView
from utilities.exceptions import AbortRequest, PermissionsViolation
Expand Down

0 comments on commit 46bb2e8

Please sign in to comment.