mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 21:16:46 +00:00
PEP fix
This commit is contained in:
parent
15a221509b
commit
6e30ec5603
@ -25,7 +25,7 @@ class PluginList(generics.ListAPIView):
|
|||||||
|
|
||||||
# Allow any logged in user to read this endpoint
|
# Allow any logged in user to read this endpoint
|
||||||
# This is necessary to allow certain functionality,
|
# This is necessary to allow certain functionality,
|
||||||
# e.g. determining which label printing plugins are available
|
# e.g. determining which label printing plugins are available
|
||||||
permission_classes = [permissions.IsAuthenticated]
|
permission_classes = [permissions.IsAuthenticated]
|
||||||
|
|
||||||
serializer_class = PluginSerializers.PluginConfigSerializer
|
serializer_class = PluginSerializers.PluginConfigSerializer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user