From 2f3b6ecaec879886be572e94d6f1eff97f399f0b Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sun, 31 May 2026 16:34:55 +0200 Subject: [PATCH] sharing: remove improper doc line --- radicale/sharing/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/radicale/sharing/__init__.py b/radicale/sharing/__init__.py index 4e850d26..340f97e5 100644 --- a/radicale/sharing/__init__.py +++ b/radicale/sharing/__init__.py @@ -556,7 +556,6 @@ class BaseSharing: # adjust a share def sharing_collection_update(self, ShareType: str, PathOrToken: str, OwnerOrUser: str, Properties: dict) -> None: - """ returning dict with PathMapped, Owner, Permissions or None if not found""" logger.info("sharing/collection/update: ShareType=%r PathOrToken=%r OwnerOrUser=%r", ShareType, PathOrToken, OwnerOrUser) # Filter properies for permitted ones properties_filtered: dict = {}