This commit is contained in:
Matthias 2022-05-12 00:52:28 +02:00
parent 3d580e732f
commit 4ed795174d
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -10,7 +10,7 @@ from django.urls import reverse
from InvenTree.api_tester import InvenTreeAPITestCase
from InvenTree.helpers import str2bool
from plugin.models import NotificationUserSetting, PluginConfig, PluginSetting
from plugin.models import NotificationUserSetting, PluginConfig
from plugin import registry
from .models import InvenTreeSetting, InvenTreeUserSetting, WebhookEndpoint, WebhookMessage, NotificationEntry