diff --git a/nm2/wsgi.py b/nm2/wsgi.py index 1fcdd9599cca5b3f6bc1b93238bcd1ad0dc9e6b6..f35d2c265a840e29ab174515a51773305b445519 100755 --- a/nm2/wsgi.py +++ b/nm2/wsgi.py @@ -19,5 +19,5 @@ for path in paths: if path not in sys.path: sys.path.append(path) -from django.core.wsgi import get_wsgi_application +from django.core.wsgi import get_wsgi_application # noqa: E402 application = get_wsgi_application() diff --git a/signon/templates/signon/identities.html b/signon/templates/signon/identities.html index 2309cdbbcff87b6029aae1ae7e0bf141057e5382..bddb9aa3b77ff936d514b4623d106deb72ac4053 100644 --- a/signon/templates/signon/identities.html +++ b/signon/templates/signon/identities.html @@ -7,7 +7,7 @@