mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 20:46:47 +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
|
||||
# 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]
|
||||
|
||||
serializer_class = PluginSerializers.PluginConfigSerializer
|
||||
|
Loading…
x
Reference in New Issue
Block a user