2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-06-13 20:10:49 +00:00

style fix

This commit is contained in:
2021-07-01 00:50:50 +02:00
parent 7c6a58e936
commit ea8b102897
4 changed files with 1 additions and 6 deletions
-1
View File
@@ -16,7 +16,6 @@ from InvenTree.fields import DatePickerFormField
from InvenTree.helpers import clean_decimal
from common.models import InvenTreeSetting
from common.forms import MatchItemForm
import part.models
-2
View File
@@ -17,8 +17,6 @@ from django.contrib.auth.models import User
from django.urls import reverse
from django.utils.translation import ugettext_lazy as _
from common.settings import currency_code_default
from markdownx.models import MarkdownxField
from mptt.models import TreeForeignKey