mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
ignore error in borken sampel -> it should not work
This commit is contained in:
parent
f667367a6b
commit
98b0a2995f
@ -1,7 +1,8 @@
|
||||
"""sample implementation for IntegrationPlugin"""
|
||||
from plugin.integration import IntegrationPluginBase
|
||||
|
||||
aaa = bb
|
||||
aaa = bb # noqa: F821
|
||||
|
||||
|
||||
class BrokenIntegrationPlugin(IntegrationPluginBase):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user