mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fix
This commit is contained in:
parent
4ec5e9a907
commit
fee6246a8f
@ -169,6 +169,7 @@ class PartDetail(generics.RetrieveUpdateAPIView):
|
||||
|
||||
return self.serializer_class(*args, **kwargs)
|
||||
|
||||
|
||||
class PartList(generics.ListCreateAPIView):
|
||||
""" API endpoint for accessing a list of Part objects
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user