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 Walters
2020-04-23 21:48:39 +10:00
parent e5fa94b4f8
commit 2c9b112562
6 changed files with 17 additions and 7 deletions

View File

@ -13,7 +13,6 @@ from django.urls import reverse
from django.forms import HiddenInput
from InvenTree.views import AjaxCreateView, AjaxUpdateView, AjaxDeleteView
from InvenTree.status_codes import PurchaseOrderStatus
from InvenTree.helpers import str2bool
from common.models import Currency