diff --git a/radicale/app/proppatch.py b/radicale/app/proppatch.py index 70bd22e7..12390b67 100644 --- a/radicale/app/proppatch.py +++ b/radicale/app/proppatch.py @@ -118,8 +118,10 @@ class ApplicationProppatchMixin: hook_notification_item = HookNotificationItem( HookNotificationItemTypes.CPATCH, access.path, - DefusedET.tostring(xml_content, encoding=self._encoding) - .decode(encoding=self._encoding) + DefusedET.tostring( + xml_content, + encoding=self._encoding + ).decode(encoding=self._encoding) ) self._hook.notify(hook_notification_item) except ValueError as e: