2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

update the remaining docstrings

This commit is contained in:
Matthias
2022-05-28 18:06:23 +02:00
parent 1e90900918
commit 93a1bf165d
195 changed files with 1930 additions and 3401 deletions

View File

@ -1,11 +1,11 @@
"""Sample implementation for ActionMixin"""
"""Sample implementation for ActionMixin."""
from plugin import InvenTreePlugin
from plugin.mixins import ActionMixin
class SimpleActionPlugin(ActionMixin, InvenTreePlugin):
"""An EXTREMELY simple action plugin which demonstrates the capability of the ActionMixin class"""
"""An EXTREMELY simple action plugin which demonstrates the capability of the ActionMixin class."""
NAME = "SimpleActionPlugin"
ACTION_NAME = "simple"