From 9ecb95ce3764ca961ea01f680d20bd537a0bd043 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Wed, 13 Nov 2024 22:29:13 +0100 Subject: [PATCH] feedback from isort --- radicale/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/utils.py b/radicale/utils.py index d4954177..035c94a9 100644 --- a/radicale/utils.py +++ b/radicale/utils.py @@ -17,9 +17,9 @@ # You should have received a copy of the GNU General Public License # along with Radicale. If not, see . +import ssl from importlib import import_module, metadata from typing import Callable, Sequence, Type, TypeVar, Union -import ssl from radicale import config from radicale.log import logger