2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 03:56:43 +00:00
2021-11-21 02:24:08 +01:00

12 lines
248 B
Python

"""sample of a broken python file that will be ignored on import"""
from plugin import IntegrationPluginBase
class BrokenFileIntegrationPlugin(IntegrationPluginBase):
"""
An very broken integration plugin
"""
aaa = bb # noqa: F821