mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fix
This commit is contained in:
parent
b81d2b8410
commit
aed708d339
@ -23,7 +23,6 @@ from markdownx.models import MarkdownxField
|
|||||||
from mptt.models import TreeForeignKey
|
from mptt.models import TreeForeignKey
|
||||||
|
|
||||||
from djmoney.contrib.exchange.models import convert_money
|
from djmoney.contrib.exchange.models import convert_money
|
||||||
from djmoney.money import Money
|
|
||||||
from common.settings import currency_code_default
|
from common.settings import currency_code_default
|
||||||
|
|
||||||
from users import models as UserModels
|
from users import models as UserModels
|
||||||
|
@ -1125,7 +1125,6 @@ class SOAdditionalLineItemSerializer(InvenTreeModelSerializer):
|
|||||||
help_text=_('Sale price currency'),
|
help_text=_('Sale price currency'),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
model = order.models.SalesOrderAdditionalLineItem
|
model = order.models.SalesOrderAdditionalLineItem
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user