mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 20:46:47 +00:00
pip fix
This commit is contained in:
parent
ed193e9e90
commit
ea8fd21af0
@ -1,8 +1,6 @@
|
|||||||
"""
|
"""
|
||||||
Sample plugin for calling an external API
|
Sample plugin for calling an external API
|
||||||
"""
|
"""
|
||||||
from django.utils.translation import ugettext_lazy as _
|
|
||||||
|
|
||||||
from plugin import IntegrationPluginBase
|
from plugin import IntegrationPluginBase
|
||||||
from plugin.mixins import APICallMixin, SettingsMixin
|
from plugin.mixins import APICallMixin, SettingsMixin
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user