2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-04 01:35:54 +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

@@ -38,7 +38,6 @@ from InvenTree.views import AjaxView, AjaxCreateView, AjaxUpdateView, AjaxDelete
from InvenTree.views import QRCodeView
from InvenTree.helpers import DownloadFile, str2bool
from InvenTree.status_codes import PurchaseOrderStatus, BuildStatus
class PartIndex(ListView):