2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-06 05:30:56 +00:00

resort imports

This commit is contained in:
Matthias Mair
2022-05-20 17:24:51 +02:00
parent ddc4ef3c38
commit e1d22f538d
156 changed files with 807 additions and 1042 deletions

View File

@ -3,9 +3,8 @@ import logging
from django.utils.translation import gettext_lazy as _
from plugin.registry import registry
import common.notifications
from plugin.registry import registry
logger = logging.getLogger('inventree')