mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 20:15:44 +00:00
PEP fix
This commit is contained in:
@ -198,6 +198,7 @@ class GitStatus:
|
|||||||
E = Definition(key='E', status=1, msg='cannot be checked',)
|
E = Definition(key='E', status=1, msg='cannot be checked',)
|
||||||
# endregion
|
# endregion
|
||||||
|
|
||||||
|
|
||||||
class IntegrationPlugin(MixinBase, plugin.InvenTreePlugin):
|
class IntegrationPlugin(MixinBase, plugin.InvenTreePlugin):
|
||||||
"""
|
"""
|
||||||
The IntegrationPlugin class is used to integrate with 3rd party software
|
The IntegrationPlugin class is used to integrate with 3rd party software
|
||||||
|
Reference in New Issue
Block a user