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:
@ -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"
|
||||
|
Reference in New Issue
Block a user