mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fixes
This commit is contained in:
parent
8a6b16c1d1
commit
1cddb565da
@ -421,7 +421,7 @@ class StockFilter(rest_filters.FilterSet):
|
||||
queryset = queryset.exclude(batch=None)
|
||||
else:
|
||||
queryset = queryset.filter(batch=None)
|
||||
|
||||
|
||||
return queryset
|
||||
|
||||
installed = rest_filters.BooleanFilter(label='Installed in other stock item', method='filter_installed')
|
||||
|
Loading…
Reference in New Issue
Block a user