diff --git a/InvenTree/plugin/plugin.py b/InvenTree/plugin/plugin.py index aa4ffe6a1f..2acebcbd47 100644 --- a/InvenTree/plugin/plugin.py +++ b/InvenTree/plugin/plugin.py @@ -29,7 +29,7 @@ class MetaBase: SLUG = None TITLE = None - def get_meta_value(self, key: str, old_key: str = None, __default = None): + def get_meta_value(self, key: str, old_key: str = None, __default=None): """Reference a meta item with a key Args: