mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-04 14:28:48 +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…
x
Reference in New Issue
Block a user