2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 18:45:40 +00:00

change mixin name

This commit is contained in:
Matthias
2022-01-09 03:02:19 +01:00
parent 33ee7e53db
commit 19f2c44c2a

View File

@ -359,7 +359,7 @@ class APICallMixin:
class MixinMeta:
"""meta options for this mixin"""
MIXIN_NAME = 'external API usage'
MIXIN_NAME = 'API calls'
def __init__(self):
super().__init__()