From e6bc3d25dc9911b9f07685c8a89bda93490716c2 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Sun, 23 May 2021 13:22:30 +0200 Subject: [PATCH] Last isort fix --- authens/shortcuts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/authens/shortcuts.py b/authens/shortcuts.py index 2bed72b..8a8dd97 100644 --- a/authens/shortcuts.py +++ b/authens/shortcuts.py @@ -2,6 +2,7 @@ # TODO: make the python-ldap dependency optional import ldap + from django.conf import settings from django.contrib.auth import get_user_model