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: