From 886f4ee8d05612eaa608a5956296dda8835e0ad0 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sat, 14 Dec 2024 09:09:36 +0100 Subject: [PATCH] make tox happy --- radicale/auth/ldap.py | 1 - 1 file changed, 1 deletion(-) diff --git a/radicale/auth/ldap.py b/radicale/auth/ldap.py index b70affb9..2db88c95 100644 --- a/radicale/auth/ldap.py +++ b/radicale/auth/ldap.py @@ -103,7 +103,6 @@ class Auth(auth.BaseAuth): else: logger.info("auth.ldap_ssl_ca_file : (not provided)") - def _login2(self, login: str, password: str) -> str: try: """Bind as reader dn"""