From fb94a0d335184c21f198d5b8ca8852f033e733d7 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 26 Sep 2021 15:56:49 +0200 Subject: [PATCH] PEP fix --- InvenTree/plugins/integration.py | 1 + 1 file changed, 1 insertion(+) diff --git a/InvenTree/plugins/integration.py b/InvenTree/plugins/integration.py index 4342f56caa..ecd016c2b9 100644 --- a/InvenTree/plugins/integration.py +++ b/InvenTree/plugins/integration.py @@ -198,6 +198,7 @@ class GitStatus: E = Definition(key='E', status=1, msg='cannot be checked',) # endregion + class IntegrationPlugin(MixinBase, plugin.InvenTreePlugin): """ The IntegrationPlugin class is used to integrate with 3rd party software