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 djmoney.contrib.exchange.models import convert_money
|
||||
from djmoney.money import Money
|
||||
from common.settings import currency_code_default
|
||||
|
||||
from users import models as UserModels
|
||||
|
|
|
|||
|
|
@ -1125,7 +1125,6 @@ class SOAdditionalLineItemSerializer(InvenTreeModelSerializer):
|
|||
help_text=_('Sale price currency'),
|
||||
)
|
||||
|
||||
|
||||
class Meta:
|
||||
model = order.models.SalesOrderAdditionalLineItem
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue