mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 19:45:46 +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