1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

#14132: Annotate WebhooksMixin renaming under breaking changes

This commit is contained in:
Jeremy Stretch
2024-01-03 10:57:29 -05:00
parent 7c4b939b59
commit 2d19c5068f
2 changed files with 2 additions and 1 deletions

View File

@@ -30,13 +30,13 @@ __all__ = (
'CustomFieldsMixin',
'CustomLinksMixin',
'CustomValidationMixin',
'EventRulesMixin',
'ExportTemplatesMixin',
'ImageAttachmentsMixin',
'JobsMixin',
'JournalingMixin',
'SyncedDataMixin',
'TagsMixin',
'EventRulesMixin',
)