Skip to content

Commit 374a882

Browse files
authored
used EventRulesMixin (#437)
1 parent 60cbc94 commit 374a882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netbox_topology_views/models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from netbox.models.features import (
1414
ChangeLoggingMixin,
1515
ExportTemplatesMixin,
16-
WebhooksMixin,
16+
EventRulesMixin,
1717
)
1818

1919
from netbox_topology_views.utils import (
@@ -26,7 +26,7 @@
2626
)
2727

2828

29-
class RoleImage(ChangeLoggingMixin, ExportTemplatesMixin, WebhooksMixin):
29+
class RoleImage(ChangeLoggingMixin, ExportTemplatesMixin, EventRulesMixin):
3030
class Meta:
3131
indexes = [
3232
models.Index(fields=["content_type", "object_id"]),

0 commit comments

Comments
 (0)