From 1fe0211ba60097caaacf9da50d504465f47e9cb2 Mon Sep 17 00:00:00 2001 From: Juan F Arjona Date: Wed, 7 May 2025 11:59:27 -0500 Subject: [PATCH] Update __init__.py Making lint happy (?) --- radicale/auth/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/radicale/auth/__init__.py b/radicale/auth/__init__.py index be96334e..05d2e41d 100644 --- a/radicale/auth/__init__.py +++ b/radicale/auth/__init__.py @@ -34,10 +34,11 @@ import os import threading import time from typing import List, Sequence, Set, Tuple, Union, final +from urllib.parse import unquote from radicale import config, types, utils from radicale.log import logger -from urllib.parse import unquote + INTERNAL_TYPES: Sequence[str] = ("none", "remote_user", "http_x_remote_user", "denyall",