mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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…
Reference in New Issue
Block a user