From 53a5946269a4991f46b3326aa209b55452c668de Mon Sep 17 00:00:00 2001 From: HemangChothani Date: Wed, 4 Mar 2020 16:40:16 +0530 Subject: [PATCH] fix(storage): remove docstring of retrun in reload method --- google/cloud/storage/notification.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/google/cloud/storage/notification.py b/google/cloud/storage/notification.py index e9618f668..b83448c41 100644 --- a/google/cloud/storage/notification.py +++ b/google/cloud/storage/notification.py @@ -326,8 +326,6 @@ def reload(self, client=None, timeout=_DEFAULT_TIMEOUT): Can also be passed as a tuple (connect_timeout, read_timeout). See :meth:`requests.Session.request` documentation for details. - :rtype: bool - :returns: True, if the notification exists, else False. :raises ValueError: if the notification has no ID. """ if self.notification_id is None: