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

PEP fixes

This commit is contained in:
Oliver Walters
2022-05-04 18:46:07 +10:00
parent 104f9d4a70
commit 88dbd5aa74
3 changed files with 4 additions and 6 deletions

View File

@ -8,12 +8,6 @@ from django.urls import reverse
from django.contrib.auth import get_user_model
from django.contrib.auth.models import Group
from InvenTree.status_codes import PurchaseOrderStatus
from .models import PurchaseOrder
import json
class OrderViewTestCase(TestCase):