mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 13:28:49 +00:00
names of plugins must be unique
This commit is contained in:
parent
290e91ff79
commit
6b1c436135
@ -2,7 +2,7 @@
|
||||
from plugin import IntegrationPluginBase
|
||||
|
||||
|
||||
class BrokenIntegrationPlugin(IntegrationPluginBase):
|
||||
class BrokenFileIntegrationPlugin(IntegrationPluginBase):
|
||||
"""
|
||||
An very broken integration plugin
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user