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