From 7eb4e037cc42bebab476385cffcec3038c5883f7 Mon Sep 17 00:00:00 2001 From: Juan F Arjona Date: Wed, 7 May 2025 13:33:18 -0400 Subject: [PATCH] Fixing extra space lint doesn't like :-|. --- radicale/auth/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/radicale/auth/__init__.py b/radicale/auth/__init__.py index 05d2e41d..2de8c4e9 100644 --- a/radicale/auth/__init__.py +++ b/radicale/auth/__init__.py @@ -39,7 +39,6 @@ from urllib.parse import unquote from radicale import config, types, utils from radicale.log import logger - INTERNAL_TYPES: Sequence[str] = ("none", "remote_user", "http_x_remote_user", "denyall", "htpasswd",