From 24cf64f1da7777853aa804696781d9db7679d5f8 Mon Sep 17 00:00:00 2001 From: KevICO <60855408+KevICO@users.noreply.github.com> Date: Fri, 27 Nov 2020 18:26:03 +0100 Subject: [PATCH] Update synapse/http/watcha_nextcloud_api.py Co-authored-by: c-cal <57274151+c-cal@users.noreply.github.com> --- synapse/http/watcha_nextcloud_api.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/synapse/http/watcha_nextcloud_api.py b/synapse/http/watcha_nextcloud_api.py index 175366454..17acd541a 100644 --- a/synapse/http/watcha_nextcloud_api.py +++ b/synapse/http/watcha_nextcloud_api.py @@ -8,7 +8,8 @@ logger = logging.getLogger(__name__) class WatchaNextcloudClient(SimpleHttpClient): - """Interface for talking with Nextcloud APIs : https://doc.owncloud.com/server/admin_manual/configuration/user/user_provisioning_api.html""" + """Interface for talking with Nextcloud APIs + https://doc.owncloud.com/server/admin_manual/configuration/user/user_provisioning_api.html""" def __init__(self, hs): super(WatchaNextcloudClient, self).__init__(hs)