From 2ef8c25c0516d24807e9277c7cd516fbccc3aefc Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 4 Dec 2021 17:46:04 +0100 Subject: [PATCH] directer import --- InvenTree/common/test_notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/common/test_notifications.py b/InvenTree/common/test_notifications.py index c240c5d6c3..9f71cc2fb0 100644 --- a/InvenTree/common/test_notifications.py +++ b/InvenTree/common/test_notifications.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -from .notifications import NotificationMethod, SingleNotificationMethod, BulkNotificationMethod +from common.notifications import NotificationMethod, SingleNotificationMethod, BulkNotificationMethod from part.test_part import BaseNotificationIntegrationTest