mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
ignore error in borken sampel -> it should not work
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
"""sample implementation for IntegrationPlugin"""
|
||||
from plugin.integration import IntegrationPluginBase
|
||||
|
||||
aaa = bb
|
||||
aaa = bb # noqa: F821
|
||||
|
||||
|
||||
class BrokenIntegrationPlugin(IntegrationPluginBase):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user