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

PEP fixes

This commit is contained in:
Oliver Walters
2020-11-11 00:26:59 +11:00
parent 4dff18e4a6
commit a19cf1f27a
3 changed files with 1 additions and 14 deletions

View File

@ -13,7 +13,6 @@ from django.conf import settings
import djmoney.settings
from djmoney.models.fields import MoneyField
from djmoney.money import Money
from djmoney.contrib.exchange.models import convert_money
from djmoney.contrib.exchange.exceptions import MissingRate