Skip to content

Commit 2f3b6ec

Browse files
committed
sharing: remove improper doc line
1 parent 511ce0a commit 2f3b6ec

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

radicale/sharing/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,6 @@ def sharing_collection_resolver(self, path: str, user: str) -> Union[dict, None]
556556

557557
# adjust a share
558558
def sharing_collection_update(self, ShareType: str, PathOrToken: str, OwnerOrUser: str, Properties: dict) -> None:
559-
""" returning dict with PathMapped, Owner, Permissions or None if not found"""
560559
logger.info("sharing/collection/update: ShareType=%r PathOrToken=%r OwnerOrUser=%r", ShareType, PathOrToken, OwnerOrUser)
561560
# Filter properies for permitted ones
562561
properties_filtered: dict = {}

0 commit comments

Comments
 (0)