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