InvenTree/InvenTree/plugin/samples/integration/broken_file.py

12 lines
224 B
Python

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