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

11 lines
217 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