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

PEP fixes

This commit is contained in:
Oliver Walters
2020-04-22 13:21:45 +10:00
parent 1373425c29
commit d9698b10cc
5 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,6 @@ from django.db.models import Q
from .models import StockLocation, StockItem
from .models import StockItemTracking
from order.models import SalesOrder
from part.models import Part, PartCategory
from .serializers import StockItemSerializer