mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fix
This commit is contained in:
parent
cd9e9a367b
commit
db197a98b6
@ -4,14 +4,14 @@
|
|||||||
import logging
|
import logging
|
||||||
import warnings
|
import warnings
|
||||||
|
|
||||||
import plugin.plugin as plugin_base
|
|
||||||
from plugin.builtin.action.mixins import ActionMixin
|
from plugin.builtin.action.mixins import ActionMixin
|
||||||
|
import plugin.integration
|
||||||
|
|
||||||
|
|
||||||
logger = logging.getLogger("inventree")
|
logger = logging.getLogger("inventree")
|
||||||
|
|
||||||
|
|
||||||
class ActionPlugin(ActionMixin, plugin_base.integration.IntegrationPluginBase):
|
class ActionPlugin(ActionMixin, plugin.integration.IntegrationPluginBase):
|
||||||
"""
|
"""
|
||||||
Legacy action definition - will be replaced
|
Legacy action definition - will be replaced
|
||||||
Please use the new Integration Plugin API and the Action mixin
|
Please use the new Integration Plugin API and the Action mixin
|
||||||
|
Loading…
Reference in New Issue
Block a user