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

fix docstrings 4

This commit is contained in:
Matthias
2022-05-28 02:43:33 +02:00
parent cb6fd63343
commit 61287dba2b
29 changed files with 134 additions and 361 deletions

View File

@ -1,14 +1,11 @@
# -*- coding: utf-8 -*-
"""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"