2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00

PEP fixes

This commit is contained in:
Oliver
2021-08-15 12:06:31 +10:00
parent cef09acd54
commit 8861ffad81
3 changed files with 1 additions and 3 deletions

View File

@ -20,7 +20,6 @@ from djmoney.contrib.exchange.models import convert_money
from djmoney.contrib.exchange.exceptions import MissingRate
from django.utils.translation import ugettext_lazy as _
from django.utils.html import format_html
from django.core.validators import MinValueValidator, URLValidator
from django.core.exceptions import ValidationError