mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fixes
This commit is contained in:
@ -276,7 +276,7 @@ class POReceiveSerializer(serializers.Serializer):
|
||||
help_text=_('Select destination location for received items'),
|
||||
)
|
||||
|
||||
def validate(self, data):
|
||||
def validate(self, data):
|
||||
|
||||
super().validate(data)
|
||||
|
||||
|
Reference in New Issue
Block a user