2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

Style fix

This commit is contained in:
Oliver
2021-08-04 12:13:24 +10:00
parent f95346f214
commit 56c0e289bd

View File

@ -360,6 +360,7 @@ class PartThumbs(generics.ListAPIView):
'category__name',
]
class PartThumbsUpdate(generics.RetrieveUpdateAPIView):
""" API endpoint for updating Part thumbnails"""