From 69f8b1401f47d41a323ceba5d936af617c193ebb Mon Sep 17 00:00:00 2001 From: Augustin Trancart Date: Sun, 16 Feb 2020 15:37:19 +0100 Subject: [PATCH] Remove obsolete import --- moulinette/authenticators/ldap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moulinette/authenticators/ldap.py b/moulinette/authenticators/ldap.py index 2683772d..e496c057 100644 --- a/moulinette/authenticators/ldap.py +++ b/moulinette/authenticators/ldap.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # TODO: Use Python3 to remove this fix! -from __future__ import absolute_import + import logging import random import string