From 08ad0b4474c7614a4fc2d02acc653a2f6748cd30 Mon Sep 17 00:00:00 2001 From: Julian Lobbes Date: Tue, 15 Nov 2022 13:57:55 +0100 Subject: [PATCH] docs(usermodel): correct module docstring --- lumi2/usermodel.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lumi2/usermodel.py b/lumi2/usermodel.py index 9b6d16f..3553b78 100644 --- a/lumi2/usermodel.py +++ b/lumi2/usermodel.py @@ -1,8 +1,4 @@ -"""Provides the application-internal class-based models for users and groups. - -Also provides methods to convert LDAP user/group entries into user/group objects -and vice versa. -""" +"""Provides the application-internal class-based models for users and groups.""" from string import ascii_lowercase, ascii_uppercase, digits, whitespace from base64 import b64decode