PEP fixes

finishes work for #2318
This commit is contained in:
Matthias 2021-11-18 16:35:16 +01:00
parent d750e9e191
commit e5d0380356
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
"""default shpping mixins for IntegrationMixins""" """default shpping mixins for IntegrationMixins"""
from django.conf import settings
from django.conf.urls import url, include from django.conf.urls import url, include
from plugin.urls import PLUGIN_BASE from plugin.urls import PLUGIN_BASE

View File

@ -23,4 +23,4 @@ function installPlugin() {
showMessage(msg, {style: 'success', details: data.result, timeout: 30000}); showMessage(msg, {style: 'success', details: data.result, timeout: 30000});
} }
}); });
} }