2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 12:36:45 +00:00

directer import

This commit is contained in:
Matthias 2021-12-04 17:46:04 +01:00
parent 8724471fc0
commit 2ef8c25c05
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from __future__ import unicode_literals from __future__ import unicode_literals
from .notifications import NotificationMethod, SingleNotificationMethod, BulkNotificationMethod from common.notifications import NotificationMethod, SingleNotificationMethod, BulkNotificationMethod
from part.test_part import BaseNotificationIntegrationTest from part.test_part import BaseNotificationIntegrationTest