mirror of
https://github.com/inventree/InvenTree.git
synced 2025-09-16 23:51:30 +00:00
PEP style fixes
This commit is contained in:
@@ -285,9 +285,9 @@ class BuildOutputCreateSerializer(serializers.Serializer):
|
||||
"""
|
||||
Generate the new build output(s)
|
||||
"""
|
||||
|
||||
|
||||
data = self.validated_data
|
||||
|
||||
|
||||
quantity = data['quantity']
|
||||
batch_code = data.get('batch_code', '')
|
||||
auto_allocate = data.get('auto_allocate', False)
|
||||
|
Reference in New Issue
Block a user