diff --git a/InvenTree/plugin/builtin/integration/mixins.py b/InvenTree/plugin/builtin/integration/mixins.py index 54cfabe82d..edf9a2c474 100644 --- a/InvenTree/plugin/builtin/integration/mixins.py +++ b/InvenTree/plugin/builtin/integration/mixins.py @@ -1,5 +1,4 @@ """default shpping mixins for IntegrationMixins""" -from django.conf import settings from django.conf.urls import url, include from plugin.urls import PLUGIN_BASE diff --git a/InvenTree/templates/js/translated/plugin.js b/InvenTree/templates/js/translated/plugin.js index 8675a491f0..c612dd1e8c 100644 --- a/InvenTree/templates/js/translated/plugin.js +++ b/InvenTree/templates/js/translated/plugin.js @@ -23,4 +23,4 @@ function installPlugin() { showMessage(msg, {style: 'success', details: data.result, timeout: 30000}); } }); -} \ No newline at end of file +}